Introduction
This documentation aims to provide all the information you need to work with our API.
Authenticating requests
This API is not authenticated.
Endpoints
POST api/development/register/step/{step}
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/register/step/nihil" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/register/step/nihil"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/login
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/login" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/login"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/forget-password
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/forget-password" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/forget-password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/reset-password/{token}
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/reset-password/consequatur" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/reset-password/consequatur"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/verification
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/verification" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/verification"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/google
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/google" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/google"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlRhdTlMMkxvcW1xZzVmdUxPZi9pemc9PSIsInZhbHVlIjoiUHFUUWwweUN2dkxHd05iWmZ0RmcrME0yRXM5eE1LMExhbDFzdGgyV1VQamdVZUI3eDZBaGVQNXRZQmk0enlpNUU5RTlzL3hTRWNHUVZBdkdpWThRQU1CYnZqQVVFWUhCS2dhbndWcS9pRTVDUHVZclorUjR1MHpDMXFaMlVwZTciLCJtYWMiOiJiODM2NTNlMmMzNjAyZWZmYTc3ZmVhN2EwYjMzZDI4YzA0NDg4ZjkxMjcyZDc3NmUxNjU3YjliMzEyMGJhMWM5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:00 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Iks0VW5IdWErend5dFl6OFJZQVhYVkE9PSIsInZhbHVlIjoicDUvS2VReVdUUmpQemR4dWVtcklaN3p1VWdKS2pBa2w2K3NQMWlrTkJEZUdKOEFObnZMamFhVWNScWtlcnhqdzg2ZEYwa0FWM3VSZldLWlR0dG12RXZaL1lQdDhROXJGNjNwTnRzbnJibXZQV2pqR2xlMG54NTY1RVpEcXBYcVQiLCJtYWMiOiIwMWQ2YzBjMDRkMWU2Mzg1NmQ0NTY2MGU0YjdlM2JlZWMyOTNjNjY3YmQ4NTYxNTdmNzZkZjk2NjIwNzY5OTY0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/facebook
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/facebook" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/facebook"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImlkQUUzRHdqZkJCZ2ZUSmorVjFPK2c9PSIsInZhbHVlIjoidE9wOE0wcmtpeWJ2cDd2RWNVcE5Db2h2ZzYreVh2U29xdkxTV1hGaUpCRmFodk5CRjJ1TnN3am1ISWdwTkdVMFlIMjF6bnFrNGoyYU5FWUxtRE1vcHpkYWpLWE9Tdm5icUtxbGltb2IwTGR0V2tqK205cnlRaDdZYXdQcXUvNnoiLCJtYWMiOiIzMzMxOGExOGRmODZmZTVmOTQzOThhNjg2MGUzNjNkMzdiNmUxM2M3ZTI2MGUxNzJmNTU1Yjk3NzE4NzBjMzQ3IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:00 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImplUG9VeEFqUW5NeUdudUE5dGo2ZlE9PSIsInZhbHVlIjoiaHRSb0RYcS9IUEppaVloZHhHdFlQRFlMem0zLzBNVGpUTEU5M0h0V0R3cFhHMEJvQ2hqeXhoSGM0QU9xZzc1ajRHaUoyc20yMzZNSldjSkozR3Y4blFITG9IQktGQU5FMFE0Rkp1TWluczF5djVXdnN1RFhaQ1Nrc1BXamw5MmgiLCJtYWMiOiI2MGI4MmRkOWRiZWU0Y2QyNDlkMmRkNGI4N2Q5ZTlmZjFlYjE1YTVkMzA5ZDFhMTc2YjRmNTE4YjQxNjNiYTAxIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/google/callback
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/google/callback" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/google/callback"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/facebook/callback
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/facebook/callback" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/facebook/callback"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/logout
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/logout" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/logout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlhWQURSekc0YVBvbENmNFFpWVBJY1E9PSIsInZhbHVlIjoiY3dSNFExUDh2MTBmWmd1MURKRnFyVnI1TFJ2eU9WbzBIVVVydm9Wcy8xVVNtMi80VEtKUHpnUVpQekgwR2lLUGIzdHNqVVVtZHlDeWxqaHUycHdZT2UwNWZqRXI2TTVqZHkxY1lyb3NNQmVldmNScGczRXUyNHhJZXZ4ajJaSmYiLCJtYWMiOiIyYjZlMGFlZjA4MmNlODI2NTliN2NjZmMxMjU4YjEyYzkwMmExNDYyZWQwN2E0ZWVkM2E4OTdmY2MyNzM2OTk0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:00 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlRoQUJhUUdBT2Z2OU4zaXI5TXptU2c9PSIsInZhbHVlIjoiVkIyQy84aDVQQWFCRU5tcEZjcFRTNm92RmZUNURMajlPUkNBd2Z5dVg5TWhPUFhUbnN6WlgwLzR5UnY2cWM1N2ZjRjFzUXBSU1k5Ry9EbWZ1a3k0VHBiZzJHaTYwQ05Ma2NkY1Z3M1NWMkx1VUdqcnppVzBjdW9SSStxZVhocmIiLCJtYWMiOiI5OWRmYWIzNDcwZmZhZTY4NzA0Njg3MTA0ZDJhZThlNTA2NDJjYTUxZWZjZTQ2ZmFkNjA2NTNmY2IyYjBjNjA5IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses/repellat" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/repellat"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlBaRWZGMEFsdkMrNzl6T2hGanpnTnc9PSIsInZhbHVlIjoiYm9Ld0l3aC9mTHlNWkw4RVR5UDl2cmlEN05iYXpPU0M3K1FZazBuQkxNWGVDdHp0eVpHeXZ6TmpZWFpiWE5mb2dDTEZONXlpdnV4aTNvN1d1NTJVZk5ndmc2WEhiRHZXZlRoZjRsZGNUUjZKRVRwN1RDdkhSWWgyWHpZMTU4ZEIiLCJtYWMiOiIyMjdkYjE2MDZlM2Q4MjYzZWZkNmM0ZDViYTE2ODdlZTkzNmMyN2ZjYTdhMThjNzQxN2ZmMmRiMzI4MmJmMjhiIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlJDVGR6OENwNnZXdmlvczhOQWJKM3c9PSIsInZhbHVlIjoid2I2K2xnZHNkTncyNFM5VFV1SE8wbWJTR2JYTCtTYlA4WmZmejBxWE4vNkJja21vTFZsYnIwWlJPRCs5bU1WSWNSTkJ6MVRuVE9DSjdsZzUxbnNCb09FUDZlS09LNmI3SkQrZktMRmwyanlQUkEzcHNYSkFKRmFtZVFvQXhGWTciLCJtYWMiOiI4YjU3ODBmYjU5ODg5Y2UwOTc0OGM4YmE2YWYyNjNkMzQwYjAzNWM0YjFhMWI4NTEzNTRmMGUyZGQ2ZjIxODJiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses/{id}/content
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses/minima/content" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/minima/content"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Imw0OWQrOTRDeXBkK3N0aEhwWU9jeGc9PSIsInZhbHVlIjoiRlJJdHdqOHRVMFAvem00YnYyaFdGaWpYUmIwZFlQcCtrZ3pLWnJvcGlvVDNpSmsrWFFkNVZjalJRa3NWeW94NWNaMWRuVStqQkU2SlhGSUZ6RW5adlB3ZDdtd3AvOWtZVWVmaWYyWkd1cHhsbHJiTVdXT0JpUXE5UUVNQ3NHK20iLCJtYWMiOiIzMjNiMTlmYTJlNGQ4YmI2ZDQ2MmM0ODI4MWY5NTRlMGQ1NTk0YmRmMDYyZDI2MzljNjM0YTIyNWY3YjkwMTBjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImpyZ0VTQmw4UTlQNWhwZTFNSnExMVE9PSIsInZhbHVlIjoiUnBXK3NKYWh6anB0ZVdDR3cvcFFNOUhVaHpydXBhN241YmVRTGZHdUhKaDJPQ205a0EweFM3eENIV2s1MTg3Y0JxZlUwY2xyZFF5VjBGZGpwU3owV2lYeXpSdmZDc0xuSzdKWEhJUFR4SGlsanZ6MmxpWFNqaUlMUGRzL0wvblciLCJtYWMiOiI2NDU4OGFkMGU2OTMxZmI0YjllN2UyOTE0MzNkOTI5MDBjYmYyNGRiMzg2NjA1ZGExNjU3OTgxZjhmNTVkZTc1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses/{id}/quizzes
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses/iste/quizzes" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/iste/quizzes"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Iks3VGE0R1gzdGN3T0Y1eVk4VUF2UUE9PSIsInZhbHVlIjoiNEZzVmp6MHdQWDZUcnhCQ29CK0FyOXF3UzlXUnlmUkl1d2hSMUJkNko2TllCWldObm0veGJ0OFZjUHd1UUd4ZXoyVXZSUDk2bFlocUUxR0Q0TWh2TjI0Q0htV1dxNlZpQk82RFg1MVBPZEs5YXR6Tms3VS9Xc3VLcDVaWG9nVEMiLCJtYWMiOiI3Yzg0NTBkNzIwMzlmMjBjYzIwMDBjMzZiYzU5YzNlOWNmYzUyMzc0Y2U4MjVjOTU2NjBkOTk2ZWNkZDk0MjU0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlF4QlBRS0dKVGVnR1d6ckJLaVdUeGc9PSIsInZhbHVlIjoiWkVpbVZ2dGg1Y1ZncUtjOWRJQ2ZmRXZMTEd5M0VtbllBL2NZM0lVc1k3Vk93YzBNcDFNeHB2eGpidm1JY2twVGJBV084QURycy9vem42NnJRMzRhK2Qyc2VTc0JBcXUwbHhHdm9mQXZPSllPT1JXRXVlLzZrbzB0RDRPd1c1QnIiLCJtYWMiOiJmMjRiOGQxZTgzNTMyNDkxNjBmYTk5Y2E1YzA2Yzc0MDkwODYzZGI3N2M4ZDdkY2FkMGU3OGNkZTU2NWJkNzhiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses/{id}/certificates
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses/quam/certificates" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/quam/certificates"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IktVNzMvdlJKN3laaWYrTE0ydktocmc9PSIsInZhbHVlIjoiNkNlNjFDR3lLMmc0ZlI2OC93VGlwbGVqZlAyc29WTGdkNXlZQXNWbmpaZWFXaGVQbFM5VmdOSUV3RHVNdyt0VFVpMVZiNU8wUG4zd01jdk9KQnFEL2dEcWhyQVFLdENzMUpPTG5iRTR0RU1KbzBkM2dkMjkzWno1Ly9RbW11RHoiLCJtYWMiOiI0MDZlM2VkZDQ2M2NhYTVmMjEwMDQ0YTgzZWNiNjM5YmI2ODUwZWNhNWE0Yjc3M2NlYWY2NTBlMjg4ODQ5ZmYyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InE0WERQaUxuU2IrVTg1T0NSOC85d3c9PSIsInZhbHVlIjoiTzRSVHI5VlFpRU9iUUxDN284VEI3eUhkNU5XVVl2TEwyS3dpazhBejFUWTJINm5XSTVQaG9vb1ZXZ1FDdzFHamZMbzh1VGpzVWFSS1BDQytGY0k3YXdFS3VXSklXRXJYUEoxSEFrdWRZUTZDQ2dTVGdyM0FvQ1h3ejBzRGk3TzQiLCJtYWMiOiI2NDgwMjk4NDk5ZjVkODg0NDM1NWM3ZjRlMmUxNWRhMmJjMjQ3YTMzYzc1M2RkMjY0YjRiMjA2MzcxY2JhN2ZkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/courses/reports/reasons
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/courses/reports/reasons" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/reports/reasons"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InpiS3hpOHJMU2JsK0NpbmhRRStMV1E9PSIsInZhbHVlIjoidUE0NXlBM2pNS1hIUFdHR2U1UHhBLzRKVEpLSkRDK09JU3JMRkVDSVVyK0crRkpaNHF1NjBDNUxueVpYZ29GbGRDbXh4QkQ2Tmw2ZHc0S1pJcHlnS0QzVC8xQXhpS0pPM2x1VUd1YWdKL3BpRmFEeEtIeWdXZ0tpUDJqQ2pKNDAiLCJtYWMiOiJhNTM1YjUzZmMwZjM0MzUwMjU2ZWEyNjMyMjczZGQwNTA0YTE5NjJkNzgyNTVlOTUyZWM4MWRlNzIyOGM3M2M4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlROOFZPdHdlTHhSN1dYOVBmTEg5ZEE9PSIsInZhbHVlIjoibUJBajBoc1BROWg1Tmxvd2pBMG1XdGpneXFMUUJTSUNKL0xRNmlGVGN3ODM4aHpRZFlKQ3g2NTlVYWM2eFhnZ2JTMDN5RzM0UGJ1NWJ5YU9WRDNiY0gvVE1URGMyVUUveTZrTWV1dFF1ajF3Tm02ejFjWE40ZXlSdVhlVFVkNlgiLCJtYWMiOiI3ZDQ3NDBhNjk4MWRiMWYyODMxZTNkMzQ1ZWQ4NGY5MWY4MjFjNGIwMmY1MGFlYzFiYjI2Mjc5MzJkZTBlOWE1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/courses/{id}/report
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/courses/ut/report" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/ut/report"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/courses/{webinar_id}/toggle
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/courses/in/toggle" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/courses/in/toggle"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/certificate_validation
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/certificate_validation" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/certificate_validation"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjRpQ280STZjRWVJQ3dtUDgxb3ZLNUE9PSIsInZhbHVlIjoiZWkyYm1TTVFkcTBkOXlONDlxNThFZVRURUwwMUR4Q2Z6WGNyYVM1b1BmR1ZsVUFPYzFxZ2xac0lWNVdHQVM2YkZPdlJvMXF2UFBLQ050bW5PS2VVRllNSjhWN3BMYS8xSjdIRjBTd1lSa21PR3VWd1d5Z3Z0SGdobE44ajRCOFoiLCJtYWMiOiIyYWFlYTFjOWE3NDQ5NTI3ZWJkZGZlNWFlMjA5NDg5NzgzYWZmODYzNWZkMzJhNTkzZGRiOTM2NDllOWJmNTNhIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImRIa2lHeEJmWFFZSmFneUh6QVN3U3c9PSIsInZhbHVlIjoibndEd1ZFYlhneXo2a0JKcnRsUWkzSldUR3hvVFJNNldJYm4zQUxsSE1TNENCTlREYU9ENkdIWUFTbkF0YjRHZVBucXZTWFdMVElOdHMzZ2YwRTRnNnc2c3R5VWx6R1JJdUR2cmVlY3hwY1NkczFNMjVpSk1BTjNpcWJTZXpvQTAiLCJtYWMiOiJhZThjZTNlZDQzMmYzYWEyOWE1OGNjZmM3YzMwY2VjMzRmODk3YTY3MzU2ODBlYTllMzBmMDY3NzA4YTIzYzBlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/featured-courses
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/featured-courses" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/featured-courses"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkkwVEk3ODRtbHByZDZoL0pBc2labkE9PSIsInZhbHVlIjoiRmJZZGRWNDhKVVZLWjZBbTZheWNBTzFxcUhSaGM3TkVvYjBnbWVQRjZsVEpUY2ZtNWNLc2dPaU1SektWV3JpazVIV2pCVFg3U2lYZExqUHU5YURGaHIzZDlta1hFbVNScmNPczZaODdNUUdYTmRnVityajQwclJQZ24vc3RxMi8iLCJtYWMiOiI5MmEwNmJmNDc1MDI3YzcwN2I0ZmZiMmE3YjY3NWUxZWIxYjUxZDJiOTlkMzk5OTRjNjI4NWI3NDJiNmMzZDEzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImhqbVpjY2tMRWxUenFJdTlkUHFFaVE9PSIsInZhbHVlIjoiUEp0Szh5WHZmNG94YWRoVE5IUW5EVHdwbGVyQ0dBQk9uVDg5UlgwZ01qUW5oTmhXSThPZ2poL3NpcmxTWmtJNUhSYVdGRVBDd3liTEdGY3Q4NnY1SERzL3I5bG9HbDNmOGVYNytDUk92V1FGZXAzSkM3ZUxFa0xOejNONlRhRWMiLCJtYWMiOiJjZjRjMWRiZjY4MGQzNmIyMTNhMjZlZjQxMzJhNDI2MWIyZGM3ZDczNTQ4ZDVlODhkMmZjYTQyMGJmODVhOTJjIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/categories
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/categories"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlRHLy9kWHN1cmUwa2wxd3daRld0OHc9PSIsInZhbHVlIjoidFh6eHJ6UytQdjRYc0VCdERUSkljR2xRdHluamltMk9qYWVWZVAzTGJiZ2VxdWJzTnlNa2p2UGJpWmVTeW1ZSHAyWkZEejhRWXpidXJXd3dYWE10SUtEbEZtRC83ZkNkc2w4M0R1Y2RwYjBrUDZNUHg4bUJaOS9WWFNPYXRnTDgiLCJtYWMiOiI3ZWM3MWRiNjVhNDNlOWI0YmQyNzkwN2E3ZTdkN2UxYTc2OTZlNjVmNzJlMzQ0ZDI1NTEwYWE1ZDYwNjExZGIyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ijdpd0hreEMwbkFzbHM5SE1yR2xsSHc9PSIsInZhbHVlIjoiS1JiYjJOQVMrcUgwZ0M0NTVnTldZTnJyRkV3S0NoNXg3OW9yeE52ZVNHelpMaFUvb3RIQ2Iva2p4M3ZOa2I2bUk5dHNFeVVNcStORFFRUkl1a1RFOVlSS1dRamh5OCs2bHVzSUN4WjA1UXF6a3lzTTMvbVgyV3dRNjRTUU8xZTQiLCJtYWMiOiJlNzYxMjg2ODc4NGVmZDI1MzE4MzIzNTRjMDZmZDA2MTY3ZDg1YzhiNDI2NWY4M2VhMGZiYzc5MzJmOWUwZmYwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/categories/{id}/webinars
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/categories/520/webinars" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/categories/520/webinars"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkIrM0Rvb2k3KzBRMzc4VEY2cko4N1E9PSIsInZhbHVlIjoic2Fxc0xvVGVWQWFnc3g5TitCYXp6QUo0azFscm1XdEtrU3BvY2NObm5IQnEvSDBFekk0Z0pRUWFkYXhUd2owYTYwd1ErUWlJUGRPYVlNVXBHYlBCVm5saUZneGljMnJlaVV3cUxUMEllYmRaUUt4aGd5ZDdIeW5zb1BjUTJ5bkwiLCJtYWMiOiJkYzQ2ODIzM2NjNmQ2Mzc1ZDkwMDcxOTI0ZmRiM2VlNGFkMmVjNmEyYTNmMmRiMmEyOTEyODIyZGQ2ZGI3YjIxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlFscUd1LzlHK0FKTVhRTGk4LytLVlE9PSIsInZhbHVlIjoiS0UvRGhHeE5CbzcwS1ZycG1DSXl6MnVBZW9walljUE1hWS83amdxYVpHcUJRZVNKbExQMlJUUkdTRzRBOGVkSzJjQlMrMy80VVJUMFI1T29SbDVXRUxPeWpKQUxPZWs5R3R5WGNVZ0VCMFMxSklkQmRGU1RKYnNGeHhpamtDR1UiLCJtYWMiOiI3ZWRkMzhhOWU4YjQ3ZGFiYWIzMzJlYTYzNmU1MmQzMjNiZjliZTYyYTExY2E2MGM5MzRkZDYzZmJmMzA0ODE3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/trend-categories
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/trend-categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/trend-categories"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImFleUVIV1pHR3lxTUVLQ2s3NWlvWUE9PSIsInZhbHVlIjoiMU5TZjJDZUZMRjAxMU11T0orNXpMd3VTZHEva0hIZFVVMVFnNjV2OXhLMVhZY0NlTWlOT1FFY3R6clJnM3Vhd2h6UlBxTGx2MU5GSVZCM2I0OFBPOFM0aVJ4M1E4c3gxcDZkcjZ6M211dmJLWFpXZkhXZDQzQTBJTWRMMmRwdU0iLCJtYWMiOiIwNDNlZGFlOGQ2M2FhNmQ5YjNkNTU5MDJiMzMyZTk4NTg3MGI1MzY5ZWRlZjIwYWJmYjE4NDg3ZTY3MGNlZDAxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InhtT1lIOXJOL2phcTM1c0MxK1BJVEE9PSIsInZhbHVlIjoialUwaHE0L1VLVWZNamhZT01BRUlocW9ENDcxeUNBWThlV3JnYWVLdzZ3RThmVCs0c004RmxmeWhDQUJOeWkrbjN0RkxvWllzQ1p4MTFJZnpZeDhMRlhrTllpS1gzMnl0Y0VNKzRDSUpHeHREZmx5dHR1ZWpjZnB4Vkg4T3JFbGoiLCJtYWMiOiI0Y2Q5MTVkNzAwMmIwNThhZGUyMjhiYzdjOGYwNTBiOTE2NTE1YjBlYzBkNWIzYzM5ZmVhZDYyNWZhMDBhMmJiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/search
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/search" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/search"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjFsbGNCTE05SkNnZERyUmRPYWJRQXc9PSIsInZhbHVlIjoiUUQ5WHdOWEU1U1dIMFV2amY1ZFpFQlRQbm95UG9NSi9MUE1DS090ZG5qQlk0eHRydkFDNkJDbFVUYUpwZkw2M1RTMSt3eFJCTHZXSDlsOGd5bkJNTjBEK1pkZUJ1dk9HK0pobHVQa3pOTDBPUVlLOUswUWJJcWJCL3lnMVpDc1oiLCJtYWMiOiIyMTgwNWQ5NjRkOWIyNDlkMWNiYzM4OWI4OGJlNmYxZDQ5Mjg1ODdlMTM5NTZhMDA3MzNlMjllNWFmNzViODFlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjRwN3pEcXptMW5hTEpnemlYUlJOQVE9PSIsInZhbHVlIjoiemRRUWxjeVZNb2QwcDZubW1VOTZ2MnBLMmlFbDdCMFRYVENyQ0RPa2NiTWg4VmhKbG50c1U1c05JWEcydytzZExwUjlOaTFsTno2b3BheHRUN29Pa2lqS25RVkY1YlpjbGszV3c5dXd6ejE2R2pPOEQ2d1l3ejlUZUtTRzhmaFkiLCJtYWMiOiI2YTM3YTAyMmRkZGJhMGY4MTc4MDY5ZGIzNjg0NjA1OTk0N2RkOGUyMDkwYzBiYTAyYjViZjVmYTZkYzIxNGJhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/providers/instructors
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/providers/instructors" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/providers/instructors"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImRQbjVvbU5ZeWNYMVk0WThvNWdQZmc9PSIsInZhbHVlIjoiQTR3RW9sRXViYnl5bGEvYWFpQ3ArakZzVHVxUjhEclUxbGhmS1lSaWdyaTN5Mi8rdGl0b29qMUxhSW9TUUo4Yk5LNDFZdkJxYzVxTVhlZnc1N0hlTGVFUHBsbytVS3VDNkorcTUwdTh6MFdIMlNhWW4vSEh6VWFocUVzSkl5V3YiLCJtYWMiOiI4YmZhNDYxNWQyZjU2NDU2ZWFmNDk2NTlhMTc1NDA5NGQ3MmZkNmYyMTBkZGYwOGE2MTAxMTM3M2NkNzA0NTVkIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ikh5R3FNSkRzdDlYYm4yWnBwZWJlOHc9PSIsInZhbHVlIjoiVzdKc3hhM0x3T3BrRjVSS2RtYnpCYi9UUUt4dmtvM1hwSDVyeVRoUThNclEveHdwZzVlUDliWHpOdmhmNVhXeVZwMHRTNmsxT0M0L01uNjNncDZCV21GSDlRUEs2WGNEdllPWnFVQWgyZnYxZkpON3JpMi9IUFM1RTBRdmU4NFUiLCJtYWMiOiIwZDQyMzhkZjdlZTk2ZWQyODhlZjAzNzIzNmY3NzFjMGQ3YjFkNTRmY2M5ZDIwOTJjZmEzMTI1ZDA0YTM4MjM0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/providers/organizations
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/providers/organizations" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/providers/organizations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IndPUnNZMHpQMEJjMHRxQWw0bTVMNXc9PSIsInZhbHVlIjoidThqQ2swb3FQeEdkYnhoYS9oREs0L0k2SlpINzl1V0VDTFg5TTI3Sm1hNlVPSWtNRzU5SGNscUxRNjNMTTVjOW1HSnRRTHdtdTZwTlNnUEkzRGJBQjVTdnh4WlVtSTVrN05rN1d3SmNpK05BQ0xzcFNOeXQvODJsWVhGZXhKMkMiLCJtYWMiOiI1NTIwOTA2MzFmN2JkYzAyN2Y4ZWVjMDM3Njg4Y2QwZTcyZmRmODJiZGFhMWUxMmFhMjJkMzdlYWI3ZGM3ZWM0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlhOMGV4NnUrS09HV2FsdHhtbnlzdnc9PSIsInZhbHVlIjoiUkY4TzlEdTg3bng5dEtVUXpIanYwS1BjOEVud3BBaVJwTTN2azdhVlpKVjFuQ2lNZUl4MVd3UDZXdWJHb0RaVm1XZ2wzM21DQ2FkTytLdmFYaE5pMTR6amx5SWNZTnJxakpEUEV2a1F1eUV3cGg1bTZYQmN3ei81WnNBbUJjZ3ciLCJtYWMiOiIwYTkyMTc4NDE3NmUwZDA3YWNkNGU1ZTA3MjAxMDQ4NDZiZmQ2NDhkNTZhMmEzOWE0Nzk1OTc1MjgwZDlhNDk4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/providers/consultations
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/providers/consultations" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/providers/consultations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImZjaWxKUDBjR1ViYnRHQjBhK3NIZ3c9PSIsInZhbHVlIjoiTEVVbWlVMVQwb1NMbXlNcUp2UytkRlQ4bmJlTzRzS2tFU0RUMXlNN0FzdEVpako2UXI0TVhSY2xSWkt1djk3WGcreDZkdGJYaFNGWEcya3pwQS9IejVEaVExeW16UzR4TDFEV0wzdytaRi95Szl5d1BoUFh6TTZkQnQvc3V1algiLCJtYWMiOiJkMjc1NWFiMDNiMzllMTRjMmVjZjFhNTA0NDU3ZWEwMjQ2Nzk3MWU5ZTIzZGFkMzI3YWRhZmM4NmJkMmIyZmU0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlVTRE9OK2M1cExvYUxBOXNvZTFDUXc9PSIsInZhbHVlIjoiM1BTbGR2Z0JmbjU0KzlVUldVRE5Pakl3TXNpWmFpR2YrRUxJQ3EzMjBnbEg2cjByZTlJRGVoTGU5N0E3Wk5WMFV1cm56d2RQVGpnMFcvOGNFcGhwbjBOZExwSWlCWVJwUERtZ3RFbTNzT3dMamVEQldOcFJHRDFzNCs5YmNGeFoiLCJtYWMiOiI5NWI5ZGVkOGJhZTYxMTYyZGYzMjY0MjM5NTRjM2ZkNTUyNWI2ODE5MTAzYjM0ZDBkYzRjODMyYmU3NWVkNmJmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/meetings/reserve
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/meetings/reserve" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/meetings/reserve"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/users/{id}/meetings
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/users/aut/meetings" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/users/aut/meetings"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkJiSk1WSmVDSVI2VCtUMFUyRkZGaVE9PSIsInZhbHVlIjoiNHExd0Q3Z0dFZmp2YkV2cDlMVkZPRWFJS0FsSkc2M3p0dnBBY2FwdjdlaWdFeDNieDgxeEFTalh5ZkJ6OTc2MXlZOC9TdmtEdUhoRlBNTlRmcTZjL0lLcFpEOW0vTXYvaWozWUZUc2pUUXhvemczbHZ1YmZxY1B1WGloMmNKeTEiLCJtYWMiOiJlNzMyYTE5ZTkzMDYzYTIxODEyYTU4NGE0NWUzNTA1NjY5ZjBkODU2OTQ0MTNkNTQyN2MyZjBmOTI4NjdmZGEzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImtuekNuWWp5UVZMcldvRlVSa2UxbXc9PSIsInZhbHVlIjoiTTMrRFRFbVFVRWdNUUZncEhVSDNjWjFjVjhieEtXZEIxdzJweUFlQjI4eWJqZTQ5a1plSkxqUVBXeWhKV09wMGxlQ0p4R3RYYjJiZXlBd2gxWUtaUldSTXZ6cG5hbHlLSXkzWVRva2EzMk9nOGdkbkJqNUFubkFWMVVvaFMrQWwiLCJtYWMiOiI2Mzc0ZGIxNmYyZGQzOWVjYmJlZDEyYzYwZmU4NjQxODZkNjcwOTVmODJlZThiNjUwNWZmYjdjNGU2MjcwNjFiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/users/{id}/profile
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/users/consequuntur/profile" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/users/consequuntur/profile"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjQreVEzRVJZUWJGeVBURCtJWW9wOHc9PSIsInZhbHVlIjoiMHp4WXJ6WkJ1RVpNNWQwZ293cGlYTlViV2k0NS90ekZHUG1lN2Q0eGZHNEdZS3dNN3ludk9UdkswejZyNXpFWkg0ODJnUEpMNlpKcmQ3OWJNMmFVa2RSS0RYbXpMNGpYMWs3YkZMV0xDK0R2MmV1REFGZy9VL2JOTnVvRFlwbmIiLCJtYWMiOiIzOWIyNDQ0NDAxYmJjYTFkNTQyNDI2OTdkNTk0MWU3Nzk0ZTc0MzJkY2Y0OTBkMWQ3NmNlMTMyNTU3NjU5YTYyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:01 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImV3ZkVVYmRUQXVFaWJvSEhTdGpTL3c9PSIsInZhbHVlIjoiaUJWYXlYSVF4RDN3M0ppNmZvTThTeWtVdEpkZTRyYUFLR1ltZzNGNDdzajkwRE9HTlhZcTI2UWpYaGlBUk44TjNRQWpnMWVGUmtCdGVSYzRoc0VhV3h0bi94NkJhZlJrZFRkV2ZpZDJuU0w4U3pweXNORVN0bUxHdzFkcWp3cjQiLCJtYWMiOiI2ZDc1YjBlNGViNmU3YzUwMjIyNWI3ZjE3OTVhMGUzYzkyMzIwMTZjZGU0ZmJjZmZmNTNmZmI1NzQwZjJlOTVmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/users/{id}/send-message
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/users/hic/send-message" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/users/hic/send-message"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/files/{file_id}/download
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/files/eligendi/download" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/files/eligendi/download"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik5yTng0U0NqYlVhbkRZMDlWejRqU3c9PSIsInZhbHVlIjoidkE2cGNHSzUyblFCTVhqY1dDaXN3SUxkd2MxL2VJOXZMaForVFVuQU13ODVJYzFHOTZLcFpQWGJtRDdqbkVSWXl3bHJUMmxaU3d2NFZsWmxySE02VndaQWx6L0E0ZTR4L1BVa0lUVWlpZG5jOHZHVVM5UnNRVTZNUnZyaXBvWHIiLCJtYWMiOiJlNGJmZmE2MWVjNGFkMGRiNzdhNzAzMDNiYzlkNzdjNWI3MDlkMzUyY2Y5MjI2ZDkzMjRlNTU3ZTlkM2NiMjQ0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkxHTlp1aGJRdGxtMTNQbGppNDFjVFE9PSIsInZhbHVlIjoiYlJuczQ1S0JUZmZGbW1DNC9aL3NiYlVvK280bWNIdFVqend2RUNRVXdtaTdqcFJ1dGw2Z1Jnb0YwbE9Zb29FSFNQTlRjcFRrY05mWjMrbGhMcHlHdU9SUXlTWkFNbnR1aHV0RGFuejZNMC9xaVFVbktjS3RBc0IyTkwvTndEMHIiLCJtYWMiOiJhZjMxYmM0YTMwYjg0NGIzY2M4ZGY2N2Y4YjI5ZjY5MTFmNzIxNzQ5NWJiZTg4MTg5MTc2YmYyZTZhNjU5MDljIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/blogs
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/blogs" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/blogs"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InorZUlqak5kUm1jV2k2dndOUjJON0E9PSIsInZhbHVlIjoidnJ5WjJVT2NsbExZSkNTVFF5dGdvK244dFZWbkRuSHMySVMyeWFRR0YxVE1NNVlta20yWGQ0T3ViaUllbEtBRHdsdDlHNnQrbzNRbGttMFJKQUw1V2h0aGJkZmJya043QXNoWVBKSjJsTU1xTThveXdIWkMxa0lGdVhSUmcrZEwiLCJtYWMiOiI0ZTkzMTBmNWMwYjk3YTUwZjU2NjFkY2FhYjdiZDkwYmNhZTgyZDhjYjBiMjYxODk3NjUzZWNiZDQ1NDc1MzgzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlJvZzZzTkNjaEI4NmFpWEpCZkdhWXc9PSIsInZhbHVlIjoiTStVUE5mdXZ6VkE3SUlObHpIcHpQUGwwcCtjQ3FGRVN1L00zdXJlK2poZ1FkRFplaSt2QXRCWE4wVFB1cFV5ak85RHkyd2IwbDAvR21VK0FUOWlYamRoNUdoYm9TNEpIdVpqK1Y2K21MY0cyVUlYb3pGcXd1UCthREdLYkVxV2wiLCJtYWMiOiI2YmIzMTZiMzRmMThhYmNmZjE4MTNiYWVhMTkxNDQ4ODZiOTMzMTFkZGY2ZTgwOTc1NmRhOGY3OWI2ZDgwZDMyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/blogs/categories
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/blogs/categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/blogs/categories"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkZHOS9hcWNIQXY3aEUyWWtjcGxCTlE9PSIsInZhbHVlIjoiYzBrcGRqYUYxczFIa1JqOEwwc2QwQ1RRZ0pMdmhtaEE0SmRKdkYzRVhtWS84WVpqNUVsL0R6S2FGNHhYVy9GK05xWjk4VUM4YVllSEw3WDFBc1NxVWtCNlRabS9vc2swL21ZUEpidUQ4TlRPQmtPcm9WUmNWNHdGcU9ncEdHWWUiLCJtYWMiOiJhODdkYjc5OGMzMTZkMTJjMTc0YjhjYzgzMjE0YjM2ZWM4ZDg4MzAxZmNlMzkyMDAzMDU0ZGUwMWVlZmVlYmQxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkZMWUM5UFZ0WkViVkxNRDVlT0dja3c9PSIsInZhbHVlIjoiL3g5ZlYwQnBzYW9aei9mZW1PZkRSTVZwblNMN2liZ01XbTJnTnAybHFwd0tJTmFMKzg4MHAwODBWTjFsK2ltQkJGYWJHTzhTWTRVM0l3bUg3Z3QraGlEMk81dGtLWG1hdWd0Q2J0LyttMUJyUWFWL1l4SktwU3NoUW41bXNwdlEiLCJtYWMiOiJkNTM2NjcwNTVkMzkzZDRmYWE1NGM4YmYzYzUxNDBhYjlmNWJlOTA2MDQ1MTkxYWYzNjJlOTNkMzc1N2MyNWY3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/blogs/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/blogs/enim" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/blogs/enim"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlNzaVU5Z3dObzVsMXJmZ2Ywc3Zaa1E9PSIsInZhbHVlIjoiUHNXZHJiVmlGOW9ERkdDM0FJZVV0OWxIS1M0WG1TeUJkUjJPdzRZQWFMODdrdzIweCtkZUsvNk91bVk1NUJTSWtWRGxQUXIvazhxUkZ3UHpSMGZFNzZkcGpHWmtWNVdsUFJKZ25HT08vbUpya1l1d1FHc0tsMmN3eThta2xmcUMiLCJtYWMiOiJiYzlkYzgwYjY0NTljYzM1MWM4MjYwMjcwZjJkYjExODlkYjNkMDRkNWVlMzAxMzA3ODY3YjY2NjhkOTk3MDIxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Im9FdVF2RkF4QzF0TlBCWWF2NlBka1E9PSIsInZhbHVlIjoicUdOL0dSYzJnbWhQbWpIbTB3d3lid3BxUzZ1Z3I3aUFEY0dMZFcwSTkyNnprZllUa1V4VzdJTnMxeGtEUjI4QnQzVEorTXJFYzBwdU55KzVOL25SUVdHSllTVHBFcVF4dnRJUFFESWMrTWk4OTRqdVdEV1V6b0k4UHhVekhSYWMiLCJtYWMiOiJmM2ZiY2FiZjQ2Y2JiZGYzYThmNTAwNzgzMjhlODllYzNhOWQ2YjI4ZjZhOWYxODYyZWNlYjU1OTRiYzg3MmE3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/advertising-banner
GET api/development/subscribe
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/subscribe" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/subscribe"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InI1NHU0bkpZVVFrTkRzUkRZSmRQQ3c9PSIsInZhbHVlIjoiYUxRcmxTVEpaeG9Tc2dzREdKYU1oWUlmUXowNXZKV1Bvc2xYOGIyWEY0bTRjZ2ZLTWcwcHlKb2dsTjJKMTYwWEpodlkxbTMrdWprK2duQloya1VpRENBMEUrY3ZWbkhPdzZZeUVWWll4eDFDYlk1SzNNWW82NmNiWUNMbXFPQ3AiLCJtYWMiOiI3ODQ5YmRjMjI2YjQ4ZTk0YjQyMDAyZDZhZjQyYzU2N2MyOTZmY2U4NzVhMGFlMzczMThmZWM5Y2I4ZjIwZTgxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImMzbkJPRWxaS2wzRlIrWUd2b0R6QlE9PSIsInZhbHVlIjoibmN4N2daQjVJODV2MXQ5QWMwczQvamxCSmFMYUlZdnZYV2d3dms0SGsyNkI2NGc3dlg2MlN4aHVrZ2FWaTFhSmVMVDNFUEUzSStRY09mRkg5Q3hsTW5tQXVIaDgyWDN1blg4a3J4MElHYWhab2YyTnRQQ2U2TC81VjljRkFNVloiLCJtYWMiOiJlYzYxODg5OTExNjBhMjVlMzNkZGI0ODgzOGExZGJhNzYyMTFjNTFlNmFmOTQ0MjM5MDMyZmZiNWVlOTkzYTdkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructors
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructors" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructors"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlFzbzVMdGpnYStFNDNSaFpOZ3cwaGc9PSIsInZhbHVlIjoiVUFXcUV0Z1hyM3NvdDc2djlzNzhDbWRGRTR4ZGxRemxDUjR5OVFxTnRBVXVZMmlOSllSVVQxUlplVVlvZ0FXWWZDZmU3YXg0SnBNS205Z2lSWTFMWTFrYUg1YStTT0l5Ulk4dVQwMUZnaXhTR3pFeVlJWm5ObzYxLytWTEZ0VTYiLCJtYWMiOiI2YjE1MDA1ZGMyZTA5MTJhYTY5ZjM4NDYwNDMzY2E5MDg0ODI2M2RmMGQ0ZDFkMjE3ZDljMzViZjZiMGNiZTliIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImZNRVVUaDBxYklRZGJQYVVDajdHVkE9PSIsInZhbHVlIjoiYTVaWUpwMTk0c3dRQ0hnM3p1dTdYWVVab21EbkkyUklIaGlpaFN5QlNqWlRlbDRBYXJJcEV0aElZZ0tlTU5wVm80MlBxWStrcVhBcjhIYytWZ2pNZUR2emI3TEF0UGVRUTlSbTE3Slg1SDVDY1FyS21TRmVWZEtZVlp1VSsxc3AiLCJtYWMiOiIyODJjMzkyZTgzZGNiN2RlMDhmZTA5NzY1YTQyODQ5NjcxZDMwZWRjODE0NGY0Mjg5ZjgwNjQ0ZWMzMjgyYzEyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/organizations
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/organizations" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/organizations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjJhRUVkbC95eHlrb1dySkljQmNPZ3c9PSIsInZhbHVlIjoiZGFNZ3ZpR3NrVzFXb0Y2bEFuM0NHUkZqVlBDN2NVcXA4OXZaTHhCamRYNytEWGMydG0xeTJXbU5TaEhPTzQxQ2J6VUUzTGxqby9aQndmSkZ2SXhMa3hQK1lub1J6Q1FnWjVYVW9HUm1FazV4QlFla250RlhTVnk0QmR6M3VPMnEiLCJtYWMiOiI0YjM4NzgxMDdkZjhiNTA1YjI0NGJkMjFkNDlmN2JiMzFkMzMxMzBmMGJkNGQ4NzUxNzRiNDk0ZTQ5M2E5NjAzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InlYcjBwN3RPUWZvMUZWcjg5N1NCRHc9PSIsInZhbHVlIjoiNGpmZDlreU5TeHUxM1B0SVluNVl0ck14T3MxZE0xL0dITHhFaU1vVTZjMFRzWmFwTWRZWm85cFJQeVlJSGJBZkhsclAzVEZNMS9YQlQ0MzJTVU1kNmZBSkJXWitXbG5BWVZEcEU0eHB4T2N3L3FaclpobllMOVpBUkQ4SEwwQmciLCJtYWMiOiIyNzYxYzQxZmExYTlkYWIyYjFkOTdiOWM4ZDgxYWNjZGQzNDY0MjVjNjI4ZWFkZTFhNDA2Y2Q5NGY3MzNjMDA2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/newsletter
POST api/development/contact
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/contact" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/contact"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/regions/countries
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/regions/countries" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/regions/countries"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkQ4QzcrRzduUm84cDNBd0hNck9VeGc9PSIsInZhbHVlIjoiQ2RpZTA1blErNXk1RjB1UGZCVFM4YThHY3N3UFpXcjArUkd5aTBPVTJHZjhQajhGSTVLL2RkYVhsQXUwUExZcklHRzQxeENDVUNiYnJhUDRobnVnV1BuOTF3TmlpaVluMEdFV2xaeldnaXNUeUpURE9XY1lJZmk2Nm9USFhqVGIiLCJtYWMiOiIyOGE5OGVlNThkNzJhMDkzMTM3MGE4ODEzZWE5OGRjZjk0NDM0MTczODJjYTQ3OTRlZjZhMTdkY2RlYzMwZmFkIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImdDNjI2ZUhEOGdHN3JQdnhSZ3JLNWc9PSIsInZhbHVlIjoiUWVoK3kweG9TVHlKaTRyS1VDKzdXZXBUM04waVBPTDRiRjRJOGpPeEw2RTJveEE5R0pHeHdzVDMycXc0L3ZIWWcxN3RJS2s4WGZmUm0zMkkyNU55MWsweXpBVlJ2M3NDVSt1VVo5NCtmajZtMmFYcW9rUlpRTmJpT1loMkhTcjEiLCJtYWMiOiI4Y2RlMjk4ZmUyNDM2Y2MwYjBmNGFkMWQ4Mjc4YTNhYjkwYmMwMmRiYWIxNTliYjQ5YjYzMjA2YjA1NmVhZTlmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/regions/provinces/{id?}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/regions/provinces/quas" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/regions/provinces/quas"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImU1clJudmxuRHp4VDErKzRhdlQ2NGc9PSIsInZhbHVlIjoiUTJhZXY1S2tUcXNINEh3VFBiV1haWDNBSm5HZmpnUmhYMVp0cktHclUvdzBUS3c4YjN2eXBBWGRhN093Qm1TM0xUaU56QlJEMDdJZWJIR3NEclFzbWdPZEc3SDdMb0VGR2pFWGdSN2NPcWNUZi9WSTVuYlpKR1ZIZzhRS2xGY3YiLCJtYWMiOiI5OWM0MWVhNDRlYjQ1ZTNmNjg4MTM3YTU2MmE0NzQzNWY3YTMzY2Y2ODViMWRjZjE1MTkyNTg3YTVhYTdkZDZkIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InJFN3UrVWRGOXlTeGdWTk05S29FaVE9PSIsInZhbHVlIjoiczBvL21jeDRDWk1pME9xTk9oSUZoN1IvY3ZFN3R2RFlQMXdTaTZkc00zQkNQY2pvN3l6eFlEeVBROHpFL0dtdzl1aERTaVIyK2lkbWxjOTdoZjVwWWNLK0V4S1VYd3JkSlJxQ0RmVmpxZXQzQkJhSThZMXZSRHZ5ZFU1ajlYdTkiLCJtYWMiOiI4N2I5OTA3NGU3MDZiZmIzYmJhOTFkZDYxOGM3MzViMzdlYzdmOTE3ZDI4NjAxNWI0NzU5ZGNjOWVlMzExODcyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/regions/cities/{id?}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/regions/cities/deserunt" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/regions/cities/deserunt"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjZNZUMyRWJPckRRTUpISzJPMExYV1E9PSIsInZhbHVlIjoiakdLcy9TQnRBS1Bmd0lQU0Zmd2FYaCtUcTl0NTVPcFQ4SnF2UzQxaHhJQlBYWkNYRW5md0hrQ2lYLzNhZnpPKzBkV0xteW5tSlc4d3RKcmJWVFlxVXdrUjVTRWF2V0VwYnczNDBLM2JmQ1QwWEc4V0duRzZYOXhjL3hHa2YxczEiLCJtYWMiOiJmNzJiMWIwMWI4NDNjMGVlY2UwZmJjYTY4NTRhMzQxYjU4M2RjY2ZiOGNjOWJhMDE4YWNkOWIxMDA3ODgwN2YxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Inl5QlpSWHBQMkYyTS9vV0llRWVRVXc9PSIsInZhbHVlIjoiSytZQjNLSzkxVUZtSW1PVkRYUVB5a01tSzYzeVBLUURsclFDZWVydXBsMSs5NzNRVyt4bmJjaGZ2ejBVNVJVNTFJYW1FUFJwZkJkeXhDaXBuSCthWnphNUF0QjJ3VHpka2s1Y2lCRUNNamJaQnlNV1pMQTVCOEI4VmFTQjMzdisiLCJtYWMiOiJkMzY4YmRhMWNmN2MyZDI2NjRhZDJiMDcxYjZlZDcyNmE3ZWY3Yjc4ZjVmZjczYWM0ODU2ODUxOGI1ODhhNWVlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/regions/districts/{id?}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/regions/districts/aut" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/regions/districts/aut"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkR5K2hCVVZTUUo3WXNoSktGempWSnc9PSIsInZhbHVlIjoicCtwdEhjNVc2NzJUalA4R3BHelcvWGhNdHVST1VYUjVlcklxdFYvWGFJU3N0VWRHZXR6ZjNyNnZIMkVrWXlRMEJCVkZjallNM3FNaUpWU2dVcG5oYUd4T095bzh1ZjVQU00yZmJqMjF5NXFoMXA5NTUxZjhDYVgzRFhTVmdvajgiLCJtYWMiOiI4NzJmN2YyZWU2ZGJjM2IzMWFhN2FhNTJiNzUxYWI4N2UwY2E3ODMyYTcxYjhlNGI5MDUyOWU2MDYwNmQ4ZTkwIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ii9sME9kSm83d2V4UXZqbklycVBoNEE9PSIsInZhbHVlIjoiVkwwL3F3enp3a1k3Y09rTEhVTlAxbzNzZ25Kcm5ZcTRBd1F3cTc3bFRwVTJaSHBMQTl5ZWE2SUdVeUdQVkc4bXNnYkZOdUZGcWhWNEVWejlWVERVcm9SOHFaSEZtNzdEWkkxY092Nnl5SzBxVW1yeFNWYmx2bmlSUWRqSnU2TUsiLCJtYWMiOiI5NjMwNzZlNmRlOGNlZDVmMjRkN2VmMDY1MjExZjlmM2E5ZTZjZGIzMDFjMTEwODY3ODZiNjkwYWQ2YjljMmIxIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/timezones
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/timezones" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/timezones"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InE4SDdRN0RueFJXZ1J2S0VYSzFLZXc9PSIsInZhbHVlIjoiaWUrZzU3UkZENWh2ZU9KdjlQRFlqT2tMM1hJdUM2czM0S3dKejJHSEFrK2p0aDJSeVdweUxZbEZRQ2dHTC9oekR3a05XYXpDay9IMkFvMExaSjJGOGdxMWFwWHJRdWhIdzZTUjhlR2JCV2FGbHM2R3ZVMUI5QVBqTFlvSzFzbEUiLCJtYWMiOiJjYzE1ZDQ3YWY5MzlmZTA5ODQ3OGQ2NTg5M2IwZGMyNmI2ZjFhZWY4N2EyZTUwOWU0YzBkODkyODgyZTI3OGMyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImhvejAwZHBiQlhyK0tncjlNK2JiWFE9PSIsInZhbHVlIjoiSWI0MEEzSFJRelZBRGl1Sk1qbHJQVFRlMjc5NGhtTHZaTEQ2SUZtdlR2TFZZRzlPR2M5UzVpMCs2Vk9PRkFjRzVLY1BZK0NpRy9VelBaZ3VtTS9wbDJOLzRPZVRlZDk4T0trWE54d00rQ3VTRnV4dkk5OHc1L0dSdzk5bExqYkoiLCJtYWMiOiI1YmY5Y2FiN2MzZWJhODg3YjViNDRmMDkzMjYwN2U0MWQwNWY2NTBkOGU2Y2JhMzg5OGNkNmU3Yzc0NzJlNjFhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/bundles
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/bundles" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/bundles"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjM2YzRsRTlUQTl1cjNyaWFaNUk3SHc9PSIsInZhbHVlIjoiTm1SbDB4cDV1YlFSSTlDSEw5M29mL3JQcGluVm5nNTZhY3hyU3VqblNXb1RVSDVsZi9ib3JhbzFRR1VScXdlckIvZHdCeHZkSXNHSVh5ODNPSExZY2k2ZEtwOGhhQzZRdFBCdFBJS0dTWkVSVjZwNURxTkNiUWw1SEErYlZzbGYiLCJtYWMiOiIxM2RjM2FlNTY4ZDM0YzE5YmRjYjBjYTU4YzFmM2FjMjgzNzFjZjA3NDJiMjQ1ODk1MjFjZjU5MGEzMTlhZWIzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlJxQkRPNGhFL0tOTHBqQ1Y0Vi9jdFE9PSIsInZhbHVlIjoiRDFnVm8rZVZYYVU5aDBPSG9Bd3lEVU53QVg0WWlUNVoxeG85SE5GbDUvOUVaYVA4cGV5UHptZTlacVp6UkVFLzNxSW1IVDRFem9aczFxZE13ODNGODg3Vko2SDBpUjFOV3ZGNWhyckJJS2U2QnY4a0VwNE10bkFjL3N6enpTeloiLCJtYWMiOiJkYzQ2NmI1YjA4YjFkNTBjMWQyMTdjM2Q2OTc3ZmYyYjA0MTBkM2JiOTRjZDBhN2E4YjhmOWI5NzIzMjE4NDVjIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/bundles/{id}/webinars
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/bundles/doloribus/webinars" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/bundles/doloribus/webinars"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Imt5N2xPUFV2OWJkaS94cWJ2MHE5dUE9PSIsInZhbHVlIjoiejdMSVRQUCtTUEMyVi8rZitHRDF6MkxUcDRMOFRzelBkeEd0T09zMDJJdWN3N1BVMkJDOTNSMDc1TmZFK1BIK1FQVG9oRnJGRk9jMHdyNHZ2MXlwN0dJUDh1Ujg0L1BmWkhxdThzY0o1QjkwczNlWXhnZzVGbURhUm1WY0FKQjYiLCJtYWMiOiI5YmVjZDdlMTg3OTYxMzEyYjlkZGQyMGJjODYwZmIwYWVkZTU5MzQ5OWFjZTRmYTc1YjdjNDI2MzE2YThmZjFmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlFpSEdnczBVeWlWSDFHZnRLT1NYT3c9PSIsInZhbHVlIjoibXlCQTczOUFoZGRZalBGQUJhZ2NHV3hxTTR1R2k0Mi9VWjMvUDVyZGdtcXVtUHZrUFJUM0UyUEVLWVlGanBMMUdMTENsUFVycUVOMyszSUpRKzFQNFIvbnY4YlRVaDVvWG5VdGUwSUtDd1NqajUrUVpUblF2RFo4eS9ReWJSM0kiLCJtYWMiOiI3YjUwYTgxZTQ3ZDM3ZDc4MDdmZjkxMzViZTFiNjk0ZTljNGQzZTE0NTQ4MDczYmZkYTZkODg4ZTJkNTgwNDY5IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/bundles/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/bundles/ut" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/bundles/ut"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkNxdjNRWG56c0xNdnpmbnpkYUFGM3c9PSIsInZhbHVlIjoiZU1DazFYOG91N2t4SWQvL3EwaXlKRk9wSW9HdUVwelB3ZmlZaFFZZUhUdEhQWE9peUIrdytRVVNHOURuKzFpYnhpdlVrMzBMb1M2SEUzUEdIZ2djRkp0RlpMeHhxTHJvbnFrRlFnOWM2bW14TTdxcVd0Q2xqOU93MDVKZGppRlgiLCJtYWMiOiJlMGM1NTJiZTBhODAwODY0ZTdlOWJjZGMwNWMyZGNmY2EwNDM5YjRkMDg0YzM4MTczNmFhZDc2YWI1ZTYyZjA0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjVMZ0pqMnBMbEZGSVdIMlhYTWw5d2c9PSIsInZhbHVlIjoiaTMxM2tHclhhRnAvNHozUk1MSW9ZYjN3Wmx1ZlcrZHhXMXd4QVdVU3h4THBaak1XZ2h6a2dsWEkxV2ZTbXM3ckl5cjhIY0lHdHNCY1Y3UmwvVDNWVW90b09LUy9Yb1BNWGFvU3UrMVhtK004c1orajRZNTYzVDk5VFNmRzBCVDMiLCJtYWMiOiIxYTE0ZDljZjkzNzJiYzI1ZGM2MTBiN2I5MDEzNDE5MWViOWQwYTQ5ZDY4OTA0ZjVkMjFmMWIwNWRiMzgxMTE4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/products
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/products" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlVsUjhIZi9PUjZCallPS2F1RFBscEE9PSIsInZhbHVlIjoiMGlSUmVmb3A4OWVyWUtKLzloM3ppYXoyTXZIVkhjZ0J2d3BFQ3NwTE05SGRiS3BuQll1VHMvZGxZVHd0Y0Jiamw5QXRsUVFEeWJuR3Z1cUVTZk55VzJtenFlU3hSZGFORVl1RFlaUUc3czE4aStLVVhBaCtWSldlSFlJYmZTOU8iLCJtYWMiOiJmODNlMjE0YWFmZTRiNzQ0OTA1YWE3YWQ0ZTNlYmIzNThkYTg1YjM3NzIzYjU1NGM0YTIxZjdiOTllNDI5YWVjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:02 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkxRMThHT0NrRnNDKzMxcVZ0dEovZ1E9PSIsInZhbHVlIjoicFhuK1hEZVNiNGZISWl2NjQzS1BJejZxUFhLQWNaVTFzRXdBQnlnWGR1dEx5S3JYdENXYk5nOExoMm9mOXBXa3FvbGpUWGZ2c0VGeWhtMHFVTlEreGxkQUY1ckRScVJhYUhWSlo3RWl1cGdYdlVuN2prc1BUM3FmSTBUUEVTY0QiLCJtYWMiOiIzMTU5NTAzNGU3NzhjYTdkNjIyYjA0MWE2MDIzZThkYzZkYjhhOTFjMjQzMzU5MGI2OGZlY2M0YjA4YzQ1Mjc0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/products/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/products/quaerat" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/products/quaerat"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlZiaFRsOVVHNzJ6M2t0SDhoR0dkRGc9PSIsInZhbHVlIjoicXAvTXkvU1VwMnJ6ckVuRFo3RW9JLzRMby9PWnJQNEIzajNWWStLajd5NzNnaTlKUlVycVVuMjVCdERhdlhLckNiYWorT2xHWTUxVjg1M3hPVEdkMUE4NzFqckFzcUNsZENoNjVoSzFiTG95ZHozS2tKRk8rRWZsUVYrdnI0TzgiLCJtYWMiOiIwODhlNDgzYzk2Zjg4OWQ5ZDM0MGM5ODVkODg1YzE3MTg3MjIwYjg3Y2NiMTcwNTA4YjE3ZDgyMTNmYmYyNmQ4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImI1d3ZqSVFyeXdyRzJKMFQwSFhlS2c9PSIsInZhbHVlIjoiMTdsSWpGUjlaeXdjZHR0YVI2dDJ3N2x3NDBRcHU2SlhsZnBPa1dPWTNsZFJRR3VLZVkzVFpuYkQrd0Z6UjZLNnIyNnd4Rmp4ZlN4Q1ZkMXVzdHk4dUU0WlplMHNFcUlmSUJ2VFRIZ21maWNscHpMV3BabFp0aXRNbVM1dXpHc3oiLCJtYWMiOiJiYmY0Y2EwMzY3OTRhYmIzYzI5Y2UzZjg3MzQyNzdmN2ZhODhlMmJhMTA3ZjM0M2YxNGQ5MTVjYzIzODZhMGM5IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/product_categories
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/product_categories" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/product_categories"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InJkczQwWnRLd2FQVmQ1NDAzb0NZVWc9PSIsInZhbHVlIjoiV2ROZjB5Ymo4Q2hCOFFzanhoaGl0UEJMT096MElvUld4VkdkYmZ3YlZ3RnJNeU4zcWJLczVSZytvVXI0UGMwQ3llaERlTEhTR3dmVXhtTHoxdWRlR2x2V2tqK2hOVkFjdnhqQlMzZXg3bUwwc0lHd01vQVUxM0JKTnF1NTFZR1AiLCJtYWMiOiJjNzhhNzQ3M2JiOWVjNDFhMzk3NjJmZjJlOGNmY2MwODZmYWQxMzk5OWJhMjhjZTE0YTQwMDAzZGU2ODliMWIxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlBoN1pqaGoxVDhWV1c2Umo4ZmpYVVE9PSIsInZhbHVlIjoiS2RpY3kyKzBtc2VqdnIwcGtaWGdNWk1CWjliVk8rejMzTUd0Q2RrTUpFSGUwR0xsWEZTdUZoQ2tNMndhcXk3UGJlbVB0WE1rT081NTlBTTl6K2JVcHd5bFQ5OVZ2OWhIRzZoN2dOZytwdkFXOURGaDJoalZXV0ZKK29tdXowTU4iLCJtYWMiOiI4MDViZTFhOTYxNWNmYjdhZDhjNTQ3N2Y3YTE4ZWZlYmMyNzg0YTZkOWZiNThhZGY5ZjA3N2M0YTY3ZGZlMWE1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/regions/countries/code
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/regions/countries/code" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/regions/countries/code"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IllKUEYwWHVxdGJ0U21UcjdJSzk2OVE9PSIsInZhbHVlIjoiMmt4L05HbjJMUjJaVHp0UkdCQVhIMUJqV0pxMzRUellmVWY3dmJOWlJUanhWZ0JHZE5kWmwyUzlZUU5ra3dreWF6ajd6cXNHZmdSdmtLZmtKUnhLZ3lxRmpFSkl6dWtxeUxUb29aMTlzYlhBK1M0S1BzRmhlTDJsa1VRN21Ea2wiLCJtYWMiOiJkODAxMGI0YTE4YTE2ZGNmM2Y0NTY2Yzg2Yzg4Y2UzMmFmOWFkODNmMmIxOWE1OTMyMzBiMjhhZTk2ODg5ODBjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlVNV1l0a0FpcTZ0TmdIUDF2QXMvVUE9PSIsInZhbHVlIjoiN090RTE4ejdMYWIyZGxOTHJ1TFZSUlY3b0xlaWtxUitISFFjQzNKbk9LcWlNdjN5SUN0em5RTVJ2ZDAwUnNhOFh1aWJ3amtnSmptY2M0ZEhuQmk0NnZ5cjZiMlAvWjYxbTV4TlVkYkhTVHdZc28vOU1KS1IrelNyYzV0TFBoenYiLCJtYWMiOiIwZDE3OWEyMzFlODc0MWM2ZDBiOTRmZjAzMzA4NDQ2ZTUzZjY2MGMyOGE2YjBmODc5ZDdmMmI5YmFkZGMyMzc5IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/currency/list
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/currency/list" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/currency/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjVDVklWK1ZaOW03RFYxVmRWcDFvenc9PSIsInZhbHVlIjoibHMvNC9MMzljYXpjNTB5dHQrSlBlQ2FKNkZvVEppTmVxeDdicVZTWkVFYjUrNGc3UHdRcmwrQmpOaTU2NFExaDl6L3ZSdE9GODFVUzV0RkYzUmhYL05lQWhoamVCb3NaRk9VQkpTSnIxbk5GazkxUHdZcG8zcXNpUnhBelJ3KzQiLCJtYWMiOiJiZTM4OTg2OWQ3NmRhYWFlZGJhOTc3NTljZDFlZmE3YzkwNTdkM2U1N2U3YjY4MDM3ODA2OTdhMjJjZmJmNWJjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlBabDl2UkMyVVE4VWpZeVQvdGRob2c9PSIsInZhbHVlIjoiM0lLYUN1MFZjOGlzNHY2YVBzZWFSSUthNkFZdUlzRVdFUG84RTl5SXF3TTdDeVZtMTRnRUVYdDZ6emJzZEVJdk1aUVh3anI4S0VVRldCT0VKQkxNSm1EdUtPYVN1eFQzazVGT0JEbThOMFAzSk1scDJreWZXTHl6emxzSHZzQ2MiLCJtYWMiOiIyZjE1Y2NlMmNjNjNlMmE4ZWIyN2I5ZWMyNDQzODY3NjhhMDdiYTg2NzBhNzM3YzM1ZTIzMTg5ZmIxYjYzMTAzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/notification/new
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/notification/new" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/notification/new"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InNvS2dLblJxNTR5ek1xMXRhWjlKcEE9PSIsInZhbHVlIjoidDZoRXplV016WHBPSHB2UDhYaU94SmRSc2s0NEx0aDBHVHZBcU0xUmg3K1B1Q2lBQjRUb1lkbkhlayt3UFk0YmJVSEJXUlRQSjNtTU45ckw3WXJHbjV5Vkw0Vi9TUXlabC9VV2RPckRIWjlxcTgxV3lyMnRTaWZwZFRTMXRmOXoiLCJtYWMiOiIyODI5MTU3OWRlN2JmMGJlNDg0NDU4NzY2YjRiOGZjNzViZmMwZjZlNTAwNmI1YTZiMjZmZDA4ZDc1MTVmNjViIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InQrL1ZReHNENXgzUHNtUkpmTXRRbEE9PSIsInZhbHVlIjoiKzk2Szg5Q2VvMGtuVHlyNldpR3cyNndxWUd1NnVFTW01SVorTkE1TThkbHRNemZNTEtBQ0ttZ1lrc3U1S29zMFFZUUluSlMweTFVb3hmWGZUZ296WjVnTEd2TFd2b3RueG0xWG9JbGlRd3ZhaFpRN2Jod3Frd00zRnRoQkxBTWgiLCJtYWMiOiJlNGIzNzZiM2VmMjc0NmVkOTU0YTZjNWYwNWZkZTBlNmUzZGRmZDk5ZDIyZDM0ZWNhMmMwNmQ5MGVjMGRmYjM2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/comments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImVyVDVRTU00ZXJZWjl3SmRWamxJdFE9PSIsInZhbHVlIjoiOUFRMXZSNVpvQ202b0FWUUkxaTUvZHNHR3AwT04venVrdmlncU9haExhQmJDVnZ0SkZhRnE5QTVucnkzcmZGdXF5WXF5Z0ZQYS9hZ1dNZGN6UVlocTVjRUVXa1p5RkpCQnFPalo4S1VJTHpKaDdUdFp4aDVmUElKY2pncncwVlUiLCJtYWMiOiJlNzA3ZmJmNGU3Y2JlN2FmNzAwZTZlNjUyYzNhZGI0NTE4M2E5ZTExMmI4MTk4ODY2MzljYzk5YmU0NmQzODZjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ilh6SDBJa2l2R3QzZGlXR1JxaENHaGc9PSIsInZhbHVlIjoiOXNOVEdkYXJYZFQvelg1SFl0MGgvVmNSdkVHa3NsejNwVlRVcjArUmk5UjdFQ2t4K21RWjNEajd0WTJYVDE2SUx4dTQrVUszUFhGTU5TNjh0T1I0bDNFNDdsR3VKYlVmSW9reU05S1IxMURYcXB1YjZWNlNNVlR1b3pvOVpuRFMiLCJtYWMiOiI0NzkxNGY5NDA1YTYyMTkwMzU3ZGRmMWExZjkxZjg0MTNhZDRiYmJlMzFhYzdlYzZhYTMzZGQ4ZTM3MWQ3NmNjIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/comments
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/comments/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/comments/molestias" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments/molestias"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/comments/{id}
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/comments/architecto" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments/architecto"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/comments/{id}/reply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/comments/cumque/reply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments/cumque/reply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/comments/{id}/report
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/comments/repudiandae/report" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/comments/repudiandae/report"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quick-info
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quick-info" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quick-info"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkwwbXNsQ0xVaUNrWUtDblR1R2N5d1E9PSIsInZhbHVlIjoiQVhXd0IwdkNNR3VEdUNNRmVqWXl5NXBkUkU0bkVGZjQ5QVRCb3BWWVkrOFpKK2ZoZ3pjcDJDa1FJaVZGWjZPY2E1YktFaXc5b1piU2lBU1JpSG9jR2l2aktmMk11aGJ6akdOZ0REWnNrN1c5KzVFbmF5dUpGd1E2cGV0QzF6clIiLCJtYWMiOiJhZTQ4OTcyMzYwNTZlNzIxYWU4NTY2NzE5NTYyZmYzYTZiZTliMmI4NjBkZTVhYzllNDY3ZjJjOWIwMGZiYTQyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkphYUJyOHgyb1g0Vk5uaXpPbHN5Z3c9PSIsInZhbHVlIjoiS3hockcvL3EwWjhPeFdhMjdRL0JQZjZpTGp6S1NLTGhUUFFHcnh4emZmeE5jTzdqdy96VjJiM3hXWGIvOE5HUDRreFdtdXVUdnlhbEZ3WHdCODV6L2tkcEdCcXhKN0JMTW4vUkhFM0RxZ3R2ekJ4VmJUOEptbGMwc092NWYyL0siLCJtYWMiOiIxZjUzOWU4YjIwMDE1MWQxNzU4YWRhNzRkNDNjMTE4NmVkNDFlYTViOTcyNzliNmRiMTliYTNhYjMwYmU3ZjgzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/{id}/free
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/ut/free" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/ut/free"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/subscribe
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/subscribe" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/subscribe"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlJPVkFwSzBzRkJSeGJFRkJkakwrUWc9PSIsInZhbHVlIjoiMU85cDRwaGNmMkh6ZHQ0eC91UjV6RkpaVjNnMXRsNDlyOWdIaWJMc2RHdDhjeXhEditDQTlXQlpZcmFHbXVKTkNYdDFjand6eEJiWktNRG5mSnUyUXpsRDAwRXUrc2hXQzkvVXk3WjZ1WUdWR21EdHNTRWhqTUFKcVZzOFpubmkiLCJtYWMiOiJlMTRjMGUwNzlmZWM0YTMwMTk5ZGQ2YjJlMzQ4YjVjZTc3ZTY0ZDMwOTAxNGYwYjIyNGQ0MzUyOTA5ZTAxY2YxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjVFNFN4Umd5RFlzd1VOOFQ0MCtqRFE9PSIsInZhbHVlIjoiYkRIeFZlRU5lWTFieDRHRFNYeWVlRU4xMHoxcG9NTzBqbGZCc2cvVjQrcmlRN1lTWE9UY1hVS3NWRjlQVHNqT093eTM4dWMzQzg3SllONW9iSFZyTXhpRlRyOSt5Y2g2b0pTekV1MUhGc0hZYVlLSFB0YnF0K2R5RlJBYzRnR1MiLCJtYWMiOiIzNzA4ODM3ZjZjMDE3NGJiNDY3ZjU0ZjdjN2VkODVlZGY1OGNhMGVkMDY2MWM5ZjA1M2Y5NGI1MzE0YThiYTk0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/subscribe/web_pay
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/web_pay" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/web_pay"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/subscribe/apply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/apply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/apply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/subscribe/general_apply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/general_apply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/subscribe/general_apply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/purchases
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/purchases" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/purchases"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkdrR0Z0UGV6dEw5VlExQXpuR3J6UGc9PSIsInZhbHVlIjoiMUlNUEhVL0hZS3hLOVZoYy9Pd1kzTDlHSzBsdFh0SXd2SFhZeEZRNUMxOXhhNDFuV2ZucVh6VU84aFROcGxjbVVvTytEanVrMXVDY1phdjZhMlJoOXpsemovUTFaN0lKMUJuc0kvd045OTdjWGxreWZOVmtjSTF6ODhrR2RwcW0iLCJtYWMiOiI0ZThmMmJmZGQ0ZWIyMDdiMDUzZjQ0ODAxNDlkNTFjYjdlZmZkYTllMzhkNjk2N2NmMDg0YmY0ZjdiZDljM2E1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IncyMXNGbk5nQ01qeXBsSkVmZllCSmc9PSIsInZhbHVlIjoiaVlUa3FFUi91dzR3bDQyOGFiSHhyL2wyZnVzbCtXM3hIS1VZM0YwQkhpcE8xUjkwU0J4UTZGaUd4aUF2bjMvcEZVdGN2ZDZWV29RL1F4WktTZXVHV2c2ZThNZE9UcCtVUVUwY3JzVXdMMDZjQXVvWm5Kd0hnSlE0M1BQaTBHUzAiLCJtYWMiOiIyNGZiZDgwODMwMzBkZTM5NDU4N2UxZmY4OTI0OTM1MDk0YTY5Mjg4ZGIzNDNkN2ZjNWVlYTYzNDAwMTljZDg3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/organization
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/organization" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/organization"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImxtaC9iR1ZPTHovdGs5d2IyUmZhYVE9PSIsInZhbHVlIjoiS0dBYVNpeXVYaFRGUTY2NlNWS2hsZzhDaVNidzAxQU4wMDRmTFBMbUVLRkh3S0ZVSUlXWDNsczdONExBM2VBNG54L1hhZlc1N3QwT0YrQ3puWWp1OFU0eEdja091NDNJNkxJRXluY0tmQ3lKRDA2emdFdkFtejRWTUJaWFRGR3ciLCJtYWMiOiJlZTE5MTlkMjRkMWQ5NzIyMGFlODk2ZDljYzBmOTBmM2ZkMTA4ODZhYzM4Yjc4YzFiOWI5MmI5ZmY4NWFhNTQ2IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjdvNjJwK3h6TkhndmVvMmxlbWhFY1E9PSIsInZhbHVlIjoiWlZGTlYzcHZ4SjlMSlFKcFMrNFlod3NaSzZOVm8xWmg1RGZpUklvNG8xWnJoMU04N2tHb3pWelpVUTNXNmdDaVFTRnV5UklKZVkzMnhlUEQ5RnBHY2dtdmNpMnVtWFVIT25sbDBVL0JlRzZlV0hUbG5iMXFzZUQ0b1pxL3B6Q2giLCJtYWMiOiJhNDc0ODk0MGY2Y2M2MjczODlmZTQ3MGM4Mzk4ZWFiODFlMWNhNGFhY2ZjZWJhZjIxOGY4ZGM2NmVjMzYxYTkzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/reviews
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/reviews" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImFLRXZuRFFBTFZEUy8wWWJJUnM5L0E9PSIsInZhbHVlIjoiYndPTG9YN3pTd0ZXTUxyN3BEWHJndTJRb2M3emMzSkhvT1V4bTNDUnVraVIrQXlIY0V0ZUo3Uk5oUkxENDNrVWFibCtWMW9MeXRteURuOEt5TXpZS0FoNW9RcEVrbFptdHlZblh0Y1l1ZVYrR2h4R21SeklFeW9ZY1JOWjhUV0EiLCJtYWMiOiIxZTFkYzU0ZTAwMjJiMDFlN2Q4N2NmY2E5NDk4NTVhMDE1NWU0YzhhZWMyOWNlMGExYmRmMDJjZjY5Yzk1ZjJmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InJiM2xWa08wRFhrYjJ4Tk1Xdk5KUVE9PSIsInZhbHVlIjoiV01FL3dNbnRyWHl1ZGNMeVV3T1Zyd0RDUWUxV3pEUFFNckV2elN3VkhlU01mMmhyKzBPUEdBZ3NjMkFzeTNISy9zaiswMmRreXBUaU45Rnl1SFVpbUV4WU4rRFRnT0RRcTQwOWRwU1RaRXNkbm5pTVIxTmw0aXdUbHRHU1VEMzQiLCJtYWMiOiJjZTU3YzhjZGNmMTRjZjZmOGE1MWMwNjlkODllZDZkNWZhZTQ3ZTc3NjE1MjI0YTQ4MmYyYzY2MmY0YzcyYzIzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/reviews
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/reviews" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/reviews/{id}/reply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/reviews/sint/reply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews/sint/reply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/reviews/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/reviews/non" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews/non"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/class_support
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/class_support" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/class_support"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjduRXRDUUg3Z0Y3QmtLNS92TllaYnc9PSIsInZhbHVlIjoieDRUa2ZVUmZEamxYWUVVRVl2U2I3Y2FrR2ZjSXlDV3UrUUFxdEJZSTFaV0VkV1hRU3dIbHh3SUhXdFJTZ3AwZVJ2Qk1hZTdtTlh1LzZTWVc4Tk9mMWIweTd2RmR3TGVBZFM4Unp0bDJhZldyb2NGaXlQcWtCbDFhNS9iZXl4VGIiLCJtYWMiOiIyZjQ4OGE2YjhjNzlmYzA1M2JkZjI1ZmMxMmRhZGE0OTA5ODFhNTAwYjJlOWFmYzRiMzkzOWU4MjQxNTVkYjgyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkFnejlNMHl5azAxRi9hOGNmRkxhM3c9PSIsInZhbHVlIjoiaFEwR00yTklDbU8rcjllM0VmNkVEbldkODNqSlBmMXU0eTcwanZsK2NaaldLdm90SnlwRFd5Z1BNMTYrN2tzSG83M0pDbzh5ZHBUek5NcGR6ZmdhOWg0RnR5WDUwdXNaaHRpUUttNFJENTVxVitvVzRqd0M5QTJhV2Zyd1VqNTgiLCJtYWMiOiJkMzZkOGU3ZTM3N2RhODlkZTE2MDA4NmRmOTA0ZjgyZWMxNTViYTc5MGU4YjFmODU1YzYzZWYyMWU2MDdmNjAyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/my_class_support
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/my_class_support" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/my_class_support"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImNQTWczUW9aMDVveEo3Q1N2bHExUWc9PSIsInZhbHVlIjoieUVhZnltTEc2bkEyTDR6c3ZoOVJYN0s1SkZ3VVlDc1JJOEZTZmswZWhQRE5CVFpOUGpCeDNQRWpBN0JxRVJrQ2I5Z3BYYmJMSEpNeW5IZ1JUQjNsb2tENHlFREFqRHZTM3htTEUxNzdMMW45QU9tSEtxeEpZSGlZM3ZhaWY0dGEiLCJtYWMiOiIxNzg0Y2FmNDFjOGE4ZWI5Y2QxMDFiZjU2NzIxNTBkNTFhYzJiODczZDJhZjhmZTA5MmFhNGM5ZjNiZDI0OTIxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ikxub05wT0RQTVcxQU83NTBKN284UlE9PSIsInZhbHVlIjoicUN5TXBRYThickhvTVJwbHNmVXdVeGJPVVVkRHFra3hKdkVITHhsb3o3cDlCbWRFd09ScUVLM0NyaTl0VEpSRG5LVDBtU1FhRGI0akZHUlJKOThIMW0rdDlGVzh1OSs0M2M3R2Evc2x6OXUrMlhGM3d3VXRPOVBoMURxbk55T3QiLCJtYWMiOiJjNTMxMTQ2NTlhM2I5OWMxZGNjZTU5ZWU4MGI4NDI2MTdlZGI5YmU2YTljN2U4NzFhNTRiNTFhOGE0OWFmOTI0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/tickets
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/tickets" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/tickets"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjdqN3BqYUd1Uk4wd0F1eHhpYmUwZmc9PSIsInZhbHVlIjoiYU5DQ2ZsZ0kycnFJQUg1S0R5RGpPeVJXaUNJVmRJOFZ4d3J1WjRJNWdCMTRPNlB2T1JmWk8vTENsa0J4aHloWEY1amtGNE1WSEhENzhSME1rR3FqOWlSNGhOakw0U1BrNXRCRElGQU9PMWQ0dS81L1ZHcjVscVpGeEZ3d29UVFEiLCJtYWMiOiI1YzJkYzU2NjEwOThmM2Q4MWJiM2EwZGMwNmNlYWQxN2ExZjExOWU2NTIwY2QwMTI4NDFiYzNhZGY0NjhhYzg1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkdoOCtuWXpROWh1a1RrVTJpUGtXcXc9PSIsInZhbHVlIjoiUlh5eC9CVjFtcTJ3bUdJdFpIMXVCZW55bHRBWXlyN3hkTTY0dVgyU2gwL0J5NUlrbjQ1dnpGcldLd0xSczdobWJraHpvYjZVTTJVZmYrR0VuRHRQSHdPWXlnZXRQenA4WWRCKzNrZzRrcEUzUU16Rm9Xb010ZkNZcjZGeVVUNGYiLCJtYWMiOiJkYWY5YzdkNTA2MDRlYjU4NTg1Mjc2Zjk2NjMyNGI5MWE3YWZiOGJjNDNiZjA5NjU5ZTA5NDhhNmE0MzVhYmVhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/departments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/departments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/departments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik9aSk93TG15dHh0Z1pTbGdZZjRKN0E9PSIsInZhbHVlIjoidDdjRkNYUld3dEFmVUZxcGRmMnJEUFUvTGFrMncwcXNJMnl5a0toeFBmRXVaa0U4WVRaTHNMRmprZEdKaXBOTVM0b242bHk1ZmwwZ3N6dXlCZnUrTXlwTE1FdjE4SldNZFBucXdSTDU1L2Z3R0k4WjN4SUNLMFVrOFU4MXIrMmoiLCJtYWMiOiIwZmY2MTllOGNmZjk3ZjNhZWQ0YzJlNTg1NzRlYzk3NWRkODNkZDNmMmQxNjg5YWMwYWQyMjZjYTk3YWM1NWFmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:03 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkxaMGZabnJVRUxDa1I3L1pudTNoQ3c9PSIsInZhbHVlIjoiaU5aWkx4LzdTWUNEOVA4ZzZJNGZSZTdFSVV1VWZReUh5Mm53eFY2MUNXMkhyN3N4ZTNXYzA5ZE4xaWJaSnR4TE1hVit6OHdPRzJPckxhQWpRM3dTNFAvSnhWQ3QyVDRvL293RS9vblFtSVZqTUZuYW1GNmhhRjkvaHhnSEhVZmUiLCJtYWMiOiI5N2NlZjQzYWZiYTNmZDYwOTU0M2FmNTdkNzFkZjkzOThhZTVjNGZhZjZhNmNjZTdkZTU0YWJjZjJlZDg2MDdmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/suscipit" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/suscipit"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImR2dVFCQndhRVI5dW5MRDlzYUc1MGc9PSIsInZhbHVlIjoiUGN4MWdhMWd2b2k3TVNjNFVPU0JuaURVWjV0T3U5MlFHcE9EVnJCN0V1dzY4Z1JtaEJpR3l4ZENRWjQzNmF4SmFXRXFnSkZETkc0QWhMREFvb0pKN0hSSk0wU3hCNXRxYWQ5akRQaTlLZlBpUG1jWWtoYnkvVGhRV2d2MzZtaVAiLCJtYWMiOiIxMTNiMzY1MTczYmZmMTBjOWVjMjcwOTI4Nzg5ODJlODdkNGMxZTBhZGYyYzM4YjA0ODgzZDU0MDJjZWZhNDNmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjM0RDRmM2tOTFJyWlh6RHMzS2FscXc9PSIsInZhbHVlIjoidWxNWk4vTDVIY0NUc2h0bENaeU9EL0FWVUZiZ2VDL2trNmgvczFxZGxWVTRhbVA2Y2xsdlh1Q3I5Zmt6TUlsWkZUYmZhaVFIZ3B3cXRONUptOU1jTVdHRFQxMjE1dmNmQ0Z5RXptZEc1WmZOMjh4UDh4QWpadWRVR0laSXE4NHIiLCJtYWMiOiI0OTJmYzA3ODIyMjQyODExMjFhOTMzMzFiYTAzOTIzMzk1MzY0ZDRmMDZkOWM1MmUwYjhkNDFhZDIyYTAyYWI0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/support/{id}/close
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/support/ullam/close" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/ullam/close"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImU2Z0xlaUh2TlErZTdVa25leWV6ZEE9PSIsInZhbHVlIjoidzB3cC9HQjNRWWJGVEpsV2FxUjdaQzJLWlVSTU5KeUJITFZ6clY0WFJVRDBvK0NaYkorM1VidGY5bERYdndlNVR0M29xUExua2MxL2Y5c0JHZi8zM0czYlRJbWcxcHUzdkNSK3FCcVFXQUp1OHZXWGxicmR4ZHVUSzNOaktmRE0iLCJtYWMiOiI5YjY5YTE3ZjcwMjFkNTNiMjljZDQ1OTM3YjczZjFhOGFkMDJmYTgwOTA2YjJkMmVlZTY0ZWNjZjRlNDk4OWE4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImRtbC9kTUFXRlFJNGFNTUtIRTJmOHc9PSIsInZhbHVlIjoiZ0lqVGZ0NkNQa2JqeS9ueGo1Yk9tbm90SlhWME0zY05jdHpJODNCREFRN3BXalN0MG9DVVBBR29FUGV6Y24wYWVjTXJ1bkQ3K2RPY1FHQ1dUZjNzRjRjNm9UeEJxdFBTckYzMjZsemVjQUR1OWNEd0IzTWVLeHczZUQvS0FheHAiLCJtYWMiOiI4Nzg2YjE1MzkyMjBmMTkyYTZiNGM1MDYxM2E3ZjBjZTI2MjllN2Y5NDhhZTdiZjYzNzc4NjdkM2ZkMDdlOWE0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/support
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/support" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/support/{id}/conversations
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/support/accusamus/conversations" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/support/accusamus/conversations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/notifications
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/notifications" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/notifications"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImdRWS9qampzbERycnBPazRwNklnTVE9PSIsInZhbHVlIjoiWlEreXhZSGRUcW40RmtPSWFMYkN2VTZpS3JtYUFhK28zSnV0V3J3d0tBUnRDWVFNNHpEYWQ4dVFUR0dFOForRG1DWG5mS0diUk13blNvcUF6T1JnUU5uNFl4QUtmbG5HcnEyd2ZUWklPUm9TS0JrbCtIeXlrQi9sMVorVmltOFoiLCJtYWMiOiI4ZDQwNDZiOGMwODk0MTNjY2ZjZWQ3ODZmNjA5NmVhYzc1ZjdjNDgzNTU4NWQ4MzVlODFkZDIzODFkZTU1MjYwIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Imw1OWhwMFhCQWhsVHMvbmU0d2RGb0E9PSIsInZhbHVlIjoiZCthdEIvY3A4ZmFGUlQ4SUI2Q1FxV0hYSzB3eDRHYUxIS21tK0xyOElTUkR3ZEowZUJRT3ZTRGNWVWNkUEhQM2ZLOFY4RjJrSlJhRjBKRTFaUUxLMllpRDdTM25zRHdUQytUbTV0aVBOOHRkU2hWc245MlNxVlI1NXhaR3dwN0siLCJtYWMiOiIyNTkwOTY4ZTIxZDYwNDUzYTM5YmY4NDhhMTA4NmNhYjY0NWE4NzBlYmQxMmEzYjk1NTJkODY5ZTFmZTgzYjE1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/notifications/{id}/seen
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/notifications/dolor/seen" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/notifications/dolor/seen"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/favorites
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/favorites" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/favorites"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlhHQUIvZVRMYnZlekl2b2ZNbjdkSXc9PSIsInZhbHVlIjoiaXpQdDdxNkdmL0VVTGR3TjNEZFVuaWExK1JsWjg5THdLZDM0dzNKaWV2YzZiZGk2ZGQxdlpEUE1oU2E3WTR1Q0FFSXlLVnhhL3FjRXByNkc1enFNYVRNM3g4Ry83aEtqb3JIMmJLalYxUnp5SURnQm1ETDdNK3JMbklIaGl5YnkiLCJtYWMiOiJmN2E1OWVjNThkZGM1OGVjMTg1YTRiZTMyMGUyZGU0Nzg0ZmJhNDBlOGM1YTZjM2U2NDkyYTU1MWFjMTQzZGQwIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImprRGJPN3J6elZnUnkvcitlUGRTNGc9PSIsInZhbHVlIjoiL0RHTGdwODZXSjhaSENRSEM4blRXNFVMZFJvQ29FL0tRSVBIcmlpYm5xdzBzNmtMWkw2dGR1eGw5aVcxR05mVXdmLzl0ZGh2N3Joam5OdVd2ZTJPYmdSTkxQQ2owelVoclN0UUVrM3Q0MmxHeU1ua0ZScDVxdnRyQlQ4UXVsZGMiLCJtYWMiOiJiNDYyY2RiNzY5YjJlNjNlYWE1YTBjYzQyNzcyNThkZTFhZjc2OTczM2EzZDcxOGEwMjJmNGZiZmQ3OGNhMDYyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/favorites/toggle/{id}
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/favorites/toggle/dicta" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/favorites/toggle/dicta"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/favorites/toggle2
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/favorites/toggle2" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/favorites/toggle2"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/favorites/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/favorites/consequatur" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/favorites/consequatur"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/classes
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/classes" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/classes"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImVnS2JSMGM2cFdOYXRSYmt2RlVsamc9PSIsInZhbHVlIjoibVF2MndLbXY2MEJ2NUxGbEczaUJ6SXVLbmhDZDhWNzF4MlNkellUZlVhbWZKRGc4b2tlb1U2L0QzdEh2TXVFVVBmcEZIQVZmMjFEQ0lxUll3Z0lwYUdNTDkxVVBtMlllYjh2UzBWc053NVRNU3d0SnhVZnBMUWhjbTMwcCtKb3kiLCJtYWMiOiI1ZjA5ZTk5NmJhMzM4MjUxNjQ2YWFmYTE0MjczNTJkMjRkMjNhODI1MTg3MjNlMmE3ZjZlYzI2M2I5NjVmZmQ1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlREUlUvaTJCV3Y1dnM0eUFpV0I2dFE9PSIsInZhbHVlIjoiZVBFbUEzRTY3akxjN2xUS1Uzeks2RnZHTWZFU0JkNFdBTGdwdy9Ta250L1pLR1Z2dm1PdWlaSXZlaFZMUlNEQ3ZEeVNpZFF2V05oT1V4YWhySzYxcWVDUlNEM2I0c0J1TmxnYWlVZTBOU2NySWQ1cFEySHN3N3lxNWxlSGNRQ2wiLCJtYWMiOiJiYTFlOTQ1N2I4NjgzMTkzNWRiMmEwMDVmZGNkNDE2YTljMWU4ZjA3YmJkZmZhZjRiMDVhZGUxODVkZTliZDU0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/meetings/{id}/finish
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/meetings/temporibus/finish" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/meetings/temporibus/finish"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/meetings/reservations
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/meetings/reservations" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/meetings/reservations"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjBxcllpeDVleW11OWJRakl5azJuTHc9PSIsInZhbHVlIjoiK0JJUHpCTWQzenRJcHBXMzVlQlNuTUVlVzRwSzlTbWE0eGx4QlV1elQrZDlmZWpLYUZyekdvdjRxbzlDalhDb3ZPTU4yYzQyT3VmSTZxeFFrTFppWTJpZFowZzliZjV6cHJiNEh3bzhtWXN4b0NJSVBMT0t6aThTV1NNcGtQZDIiLCJtYWMiOiI0ZDdjNDljYWNiNThlMDk0NjRkNjJiYTAxNTI4YWFmM2JkMDQ2ZmI3NGFmZjcxNWY2YjI5ODRiZDViNDhhOTI1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkhwU3UxWUJzQXI5RFlnejE5a3NUZWc9PSIsInZhbHVlIjoiczBhK0V4TEtCSldRTFNMd0F0VzlZTkZ5aEh0T09NbW1PemNPOGoyTGdKWS9LT0ZhakNwUjBMQ0FXUUF1NG8yYVpxTXRoYUkwZXFaL3p2ZmRrL2ZkZHpRWWo0UWY1dHQ4NGlIZ1ZiUnFBdlVNK0Y4b2Mya3JTQUtPcHFCeElURXciLCJtYWMiOiIwMGJmMjhmMjg5YTIxODBiNjEwMDFiOGUxOWYzZjYyYWE3MWExNzA5ZTNjMzZlZDNiNjE1ZDg4OWJjYzJiOWY4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/meetings/requests
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/meetings/requests" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/meetings/requests"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImYyVkpHS1JIMzBtS2RoMFB5cXR0eFE9PSIsInZhbHVlIjoiSU05ajhRMFFoeG5yODhySWJhU2R2RVVQV3BSaWpDWTk3akVVTWVrWk4rRlRTUUV1Q2grUVlPdTVkS2ZmYUd0ZXR6azRFRUxHRHkvd0oyZDRuUmtmQlFwQUJoa3FMdW56ZWxpdWJkb2xxRDlLSUI0NXZ6clhabExKYVRHL3lOaWUiLCJtYWMiOiI2OTNjZTYyMmE4OTBiNDcwMWUyMjQ2Njc1M2UzODYzMTNiNGQyNGQ3MGVmYzc1YzI2ZDQxODNhN2JiYWY5NDQxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik5lNGZ3U1VNVGpVekpSa2RvaHdTYkE9PSIsInZhbHVlIjoib1NnTEMwTGhuME1TeFRhZ212dXZPUTRUNnpJMzJmQzh2ZU5FYXNhUWoySzZMejM4ZGxvaWJPZmFHSHBIQTRxY1ZoaVRudDlIdUtiZ3phb1pZSmJCUml6cDloMlJLZ29MQ1MyYnF5dmlSNVhhWUYvT2paT1VWUUJueGxEejNyN3ciLCJtYWMiOiI5ODZmMDg1NjRiNjhmMDQ5YjNhMTg4YzBjZTFiODg2ZWZmYTYzMTIxZmZhYzQyZWMzZWE0Y2M0YmI5YWQzZWZiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/meetings
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/meetings" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/meetings"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkpCOG9PUjlzeUtHYWJzL3hQbjh6WEE9PSIsInZhbHVlIjoiZ0VaWWp3MGZwdHE2QUhKSFByN2hUSUlnSVA3YmFoRXRDZTFBTkxEbGxVUGZTQ2p2emJtR3dVWE5LRDh0bUtBNm9wK1h3Q09qODRzOVBnU3k5NDJRbFNyMVRoSFdPWExibS90MlMzK1ZteFRhUHhIVW5vdkZqZnFoekc4UUVVbFIiLCJtYWMiOiI2MzYyM2VjZTVlMDA3NTg5NDc4OTk3NGYyMGFjNDFkZjkwZjViNDA4YmY4MmRmZjU1Mzc2MThkY2I5YTA4OTA5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InE3TFR4Vng3c2xpMUJqYWh1ZjdkM3c9PSIsInZhbHVlIjoiRDY3cExpeE5sQU91cm51cXRSUkpzb25naGU3Z0hRaGRRS1pYenZrK05saTZ2d3pEUi91STZkVzRNTzhYQ2ljRUoxay95emVweGh0c2lPUVc2Vm5YL2hsakRRL0hZR3VMM3czRlJrWW84SlVya3A5cldqTG85NVZOUlhjdk90LzYiLCJtYWMiOiIwNWMyZDMwNTZhOWY0NGMzYjk5NTkxZWJhMTc4M2RmNjJkZDJkNDg0MjEyZWI4ODc4YWIzNWJjNDE2ZmQ2NmZlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/meetings/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/meetings/doloribus" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/meetings/doloribus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjMrSjMxbmczRUt0OWoycjA2RlVkRFE9PSIsInZhbHVlIjoiT0hKQWN6Qm01ZFEydkFpUFcraEczTTg4ZHdpN2lSVXVZK244U21pd1R3bDhFL0VKajI1UVFOMlZQWVN6MzZxQ29PZTRla1ZuY2JUU2tPNnFaeXhzNjBHemtEdW16Z0lOM1YzNml5ZGNFL3hiSUM0U1dBek4rY3Y1R1hJWFA3K2ciLCJtYWMiOiI0Zjg2NzNhYjdiY2RhZmYzZWVkNWQwNDg0Y2FhYmI3ZGJiNDEwMGM1MWMxZmM4NDIyZjJiYzc4YmFlNWU5Y2NmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlhVZExNRkltRWVlZWNPenhHTjhuTUE9PSIsInZhbHVlIjoibHY1ZTJ1UFB0bTFHamtxeGVWcGlkWW9hQ1drOVd4UUNxQmkrcytZdmgxdTR3dExvTVdCM1RhMWk3cXhkM0pyMzUxbmdqNFdvVGdWYXloQnJUK2dyRVFkcTdBRXdZWC9ydllZWWdKMDFkdFNqSW51S0prSFpvaXcxQVdBVGpjUk4iLCJtYWMiOiI1NDY2NWQxZWE1Y2IzNzdhZTdjYTNlZjRjODAxMGU4MGQ3ZTc3ZmZlMmE2M2ZmYTY1ZWU1NjBlNTg5OTA2NGViIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/rewards
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/rewards" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/rewards"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlNoa2JCaG1EYXdGZlUvV0REVERQR3c9PSIsInZhbHVlIjoidEtvMXFTWmw4WDBOOHZKSmVQZzZ4NDhMcmFGdTUvODdtdWE2N21JTWJ5bDloUmwrUlIzVTM4RGVjelRoYTh5Y1BLYWp0QWYydVI2dWxORjlDWEtVcnFsM2RjZzlIUFZiMWFnbHNTaHNleVdvRENpU2NaZ1RrdXlqZWZUQ1BKc3YiLCJtYWMiOiIwNzRhMTM5MDdmNzViNzMwZDA2MWVkNmZhZDIzNjdhNjcwMDYwZjUwMDUxNmE2N2MxNTk2ZjE0MjYxNmU2YTExIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IngvVnRwSDMzVFNUNHluL1ovZHdlb0E9PSIsInZhbHVlIjoiWHpJaDZETnhQS015dDJqcDloSmNveDJaRHJrVzMzaFNIR3lCTkJ2UktOQnJDOG4yS3c4K0V0aWtTRFJEZmNzaFg4cW5PYXJ2a290UExzeThyTjZ2ZDVuTWdKOGFRY0oxQ29oMVUxc0VTTlBjYTEvNElkckpuSVNmS3ZnVFo3bGciLCJtYWMiOiJiZGJmYWM1Yzc5ZTMwYWUzZTQ2MDM5NzlkMzlhYjUwN2FlZTJkNTVkYTYwMDgxYmFiYWRmYjdhNjRiMzc0ODZjIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/rewards/exchange
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/rewards/exchange" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/rewards/exchange"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/rewards/webinar/{id}/apply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/rewards/webinar/non/apply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/rewards/webinar/non/apply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/rewards/reward-courses
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/rewards/reward-courses" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/rewards/reward-courses"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImZwOXdIUmVNdHA1azE4TzFHWkZSeXc9PSIsInZhbHVlIjoid21oYkxXZWhGTEZFZGd0Umw2bzBvRXp2WVlKUnlGd2JQaHNKdTFMMzBpQjNoMGtOdWlHQkhOdkQ2dHZUcWo5T1FTcW1TYWxsMTNmR2x6bVQrME9ldGhaaEN2Rlp1Z2hxcDN1NWJ3dVVFRlNzOVpnc1puV0ttUEhVLzZJSWtFaDMiLCJtYWMiOiJiODkyMmFiYTUyY2JkNDY3OGU5YTAwYjdkNDY0M2E0MzE3NjcwYzIxMjQ5YjRkZmRjNzQ1NGVlOGQ5ZTI0YjgyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjE0d0pPNUJNekZlLzhuTlVDL1JxZ3c9PSIsInZhbHVlIjoiaTNkcVRkczQ1cFRmMVRIendPbzZiREJvdVhzZE1MU0tPV0gzS0Q3NHpOb3owR2R5TVJmUE1mMGwySWszMHJCZEU5MDhqZlRseTFIRVIxdDhTY09oMUxXZmFiUEtJZ1hndmh3blFTc05NZDBHQ0RZLzd3VTBrVS8vcDBSd3ErZXEiLCJtYWMiOiI1ZTMwNTI0NjExMjhmMzZkY2E0MjY2MWFhYjRmYzE4OWIyZjRlMzRkMzcwZGNiY2JiMDlhY2UxNzYyMjAwMWI3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/registration-packages
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/registration-packages" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/registration-packages"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlFTZVQ0SmNtKzVXNG1yL1N4SlFZM1E9PSIsInZhbHVlIjoidUZrSWl0QmsxZ0l0c0NGWFJqTkZBMlZ6aWVmbVo0NU9jMTdyMW5rQUw5emUxVldNUTljRGFVVkpjMGRDTHBaVEh6bE5mUSt0TG5BK3NUeHd0WU42SGJXMjRWU0NLK3Q1T0hxZDJXMFRHNldUMnhEQUNTWVFqZzlNZ3luWkxpaXEiLCJtYWMiOiJkNWQ4YTE2MjM4ZmU0MDRhNGQ5NmE2NWY0MzU4NDBjYmMwNzAwYmJlZWM1NTI1M2Q2MTA3ZjIyY2U5MzQ0NjRlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImdXQlI2QUJrSXJ1ajBKbk4wV3Q3bGc9PSIsInZhbHVlIjoiY3RpRi9HMkJqZE4wZE1ocGFQSFVVUFJDdjkwSWRkaTdFOGVyajFrcXMyZkt4SUEwL0hmZDI3S3BlNkZubmZFWEhjM1phT1ZpdnpTaFRyaDQ5aVZtR29OTktndlRPUVpOdmN1clZvNjZrc2d1R09rejJ6Y2d0am1haGJWbnhMVzgiLCJtYWMiOiIzMGM5YjUzOGI1YWJjZmNlODFiM2FkNWMyYmExNDA2M2Y1NTc3MDYwNWFlMmQzYzc2ZDM0MWY3ZGE4ZjdjYWQwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/registration-packages/pay
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/registration-packages/pay" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/registration-packages/pay"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/created
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/created" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/created"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImdsdU45d1NqaklZVTYxcEV6SHVUNmc9PSIsInZhbHVlIjoiWlJ4MHU4YjBZRTc1NmR0TXhBd29JTUo2bHJaMzlId1NkYWs2N3czYnpqaU9sMXdHRWJnK3orem1zVUIzOE1XSENHRDRGVHZyVTM3MEE4N25MUkhPaFJOR2ZqZVVoZlVyTDEvcWRiRXowS2VKQ2tVVkh3RVlVRTFrNFNtNkpSczUiLCJtYWMiOiI1NmNkYzE2Mzk0YjJiNDNmZmFlYmM2OWQyYmQxOWQwYWJkMWFiNDZhMTMxNjJhNDAzOTAyNzQ2YzU2M2E2ZTk5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImtWdGF6RFRFOU5LN3JxWXVVbWdOdHc9PSIsInZhbHVlIjoibzNHenAwWkxkUnFmeGppZEFKeDFPeXdRWnUvbUplM0JpUDI4UkRFNk55Z1kyQzUyUWxkZ1o3VGRQMUNFcHh1cjNGbjVzUE4wZFUvd01UNkI0b3BiNDJNU3JwSXRwOXFybWdnOGpkTkJ0cGtwdWM3STdvd3ZEbEljSlcvbithbUQiLCJtYWMiOiI3YmJlNGQyZmQ4ODRjZDNjNTRhZDYwZDU3ZjQwNWM1M2JkZDcwMmUzOGNkZGM4NzQwZjZkOTc2ZWI4NzhiZjA3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/not_participated
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/not_participated" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/not_participated"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik4ya25RUGZTRUZBdlVFaXFyQXhpZ0E9PSIsInZhbHVlIjoiQU0yMnd2V2lzUDZLMDFSRVpib3B0REx2SHcwMmJXSDR6ekwzYTBSWUVHdVNDTjRTVWo1KzJLcjRseEJpa2Nwdm9mK2M5MERhSDdsVlY4Q283bjJqOVRXc2hDM2NVTlNXVktEcURFMGtCQ1VZMHhmaHgrRGhSc0Q2TGRha1YxMlciLCJtYWMiOiI5ZmVmZDg3YWFkOWY4ODMyOWQxOTYyMWIyYTk3NGI5Mzg0Njc3ZDk2YmEyMTdiOTZmZWEwYjdhZGIzYzZmMDFlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik1ielpLMmhBTi8xdkVEUEtZbnNyQVE9PSIsInZhbHVlIjoicHU3TFNQcDlMOVcxTTZnbkdXblFYUUtYZnpRWkFPY0tpQ01lb2hjQzlIbEt4ZytxbGxUTGloSmdhMHJ3NDUwZk9tdWtqTFI1QWF0cmQ4aEw3c2JZUlFvYlBvL09OWkJXdHJDVU9CR0lsOGRIZTBKa1JaMDVXQlZqL3N1V1hrTkYiLCJtYWMiOiIyOGFhMzViMjI0ZDJmMzZlODBlOGUxZDE3NWRjYzNkYjU3Y2UyODY5ODZkNGM4MWNiMWZiNDczYTNkODM5MmUyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/{quizId}/result
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/sed/result" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/sed/result"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImpyaUwxbTZsSUQ0K2lIMzNwdDZmQ2c9PSIsInZhbHVlIjoiODNGVDVVTFg5T1YyM293Ylc2VGw5S0xkQy9ONXA4SExHV2pQSkpPejhydThhRzhpc0doM095bTdXY25BR1RNMVhsYWZML0xNVkhvKzgzRzZRSzFUdDhIbEdxL3NDMlpUVnVrQnR1Yk1GSGwrUlp5Y0Z4dnMrTmJVSXBKYlBpaVoiLCJtYWMiOiJjOWJhZDY0MTA2NjdlMTg3N2ZjZDk5YTFkY2ZkYWJlZTMzOWQwZTJkM2M0ZjVmYTY5MzMwZjY5NWUyNmEwZTkzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:04 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkR4M3Rwd3VmTFZvSDdUc3FIdHFON0E9PSIsInZhbHVlIjoiQm9WUnhSMEFvWnc5cGtScHdTUGVpdThsNG11cHRyNHQvdGpwMk1aRTgwZXhaMjYvMEZFcGtlVktaNnNzeGlUUzFWNE5yMjhGZWhPSVhqUDJqNHg4TDdKNEk1UHZxQ3pZM3pzZmN0MldPdmZUczRwdHkzOFBqOHczeWFNRjArMlgiLCJtYWMiOiJiMmRhYzkyY2VjZWU4YzU2OTYzM2NkMjU1OWQ4Y2MwNjU3Njg3N2RmMzI2ZjgwNjE4Njg1MjFmMTk1NGY5YWY5IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/results/my-results
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/my-results" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/my-results"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlY4dDdDemkrai85dGlnYUtHOU5QWkE9PSIsInZhbHVlIjoia0xqUDNGd0dVak4vSWNmSC9EaDNPK0dPenRnSFJiQ1M5YTNYcjVNN3dXS2tZeTdjcWpDRVVoVlVHdzdpalNkeG9lQjhtdDROK2FKMmNTQ0xqUWppdTNzc2dPSExMWWtia1FWQ2FQb0xKQmVBWDRtd3lTODVCNVc5bjI4YVc3cjUiLCJtYWMiOiIwZDViZjUyNWYwMWRiMDk3YWNlYWY2MGUxOGVlYjVlOTQzOGJiOTc4ODMzMWZkNjJjZmY3YjhhZWEyNWMxZTgxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik9KT3RodmFPa2F0V2R1NTJlcW9va1E9PSIsInZhbHVlIjoiQS9vUldNd2NpWmhjVCtnSlJsdnk2NTJwOU5hVjZwZkRBMlg3MFRLVkk5K2hsa01TL0xPeFZIY3llSFFnMGQrZWY0YmpBL3hYcUVoN1V5RmZSOGRGRkNvSW5YNCtXZ0VKdnlOMXBOTlNFM3VrT1l0WEYrRWM1cWxEUWxmaUxhRloiLCJtYWMiOiI4NDQyZjY5ZjMxNGYwYjRhOWQxOTlhNjUxYWU4NGI1YzAyMTA3ZDE5NjE1MjI1N2YyYWJhZjRmMGJlYWMyNjllIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/results/my-student-result
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/my-student-result" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/my-student-result"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkMvb2c1TlkyWUZXOWxjOTF5UmpiSEE9PSIsInZhbHVlIjoiajVBZ2x4OGg4ajhnMkdoNHFZczVCWUx3RDI3N3FhdDNidU1BZHIvVTJ5ekVDR05zTVVTVkJvL2pNSGk5a2lQeUo0MU82MlBLODh5cG83Q1RvMzFOQ0tNNDYxbVVFWTNSanArYTlJSFhLU0RFMnRwL21vRnZZY2grYnhmOTJnL0QiLCJtYWMiOiJkNmJjYjY2NzdjMDY5ZjJlYzdiOGU5M2JhNmI4MWVlZDZiODkyYTVmNGQ0MjE0ZDgwMGU2ZGZmMWViYWRjMjIyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InpNSzhFV0xGdERQaDZ2ekE4TFJxMVE9PSIsInZhbHVlIjoiN1Fta25nN2k2d2NsNitjZlRJeXhQVW0vVi81VGNQemd5Qy9LRFIxZitYc29zQzZYVkJDS2NWenh1QzNYanp5NGVCdyswZTQzK0F1Rm5jRXo4dVRtc2tDQnQzTGhETUd4MGpGdldxVlI2QVZOemNpaDIvdi9CSzRBUzF2KzN5VjQiLCJtYWMiOiJiN2RiMmZhMDlmOTA3M2VjNWM1MWYyOWY5ZmU0MWE4MThmYTIwMjE4NWY0Y2QwODM5NjQ3ZGM4MjE4MDk2MTljIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/results/{quizResultId}/status
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/maxime/status" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/maxime/status"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InhaVUNUcnZPUGxBbFlFT0pORi9paGc9PSIsInZhbHVlIjoiTERWUzByOHJ3ajhUKzBoOC91VTg1R0dFNEY3TUx4NlluRGZxZU9ndS9mUmF6blNYR2JkN2Vra2F2UW9QY0YwTUU3M2gwU0tIMHpWNjF3VjdHajVBdUJ6aUZialAwS3REbFlHZklrM3Rock5ZUUxNOVZ4djM1N3R2T3QwbEcrZ0kiLCJtYWMiOiJkYWE0Yzk0NzMxOTNjOWNkMDg0NDI1NWE5ZjIwZDM5N2NlYzlhOGYyZTk0ODBlODdlM2JiMzlmZmYzMzYwNDRjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkJkN3dBdnQzdFZmSWlKSXF6bld0VEE9PSIsInZhbHVlIjoiVWxhTGt4LzlOMEY0Y0MvRXlVTmdFdER2YjZaUDVsTE1DMWUvZ1FFZk1pV0pQR2ZtVjJQelczRDAyWmZXbnlDc0ZTL0R1dDhEOWp2OFlZOXZQLzlXWG1pem9pKzdtcm5nckVvNmgwUGlTYjZCdFU5aWtlUjc4SmRXWGgyNllYRkYiLCJtYWMiOiI3NGRlMDQ4MjZlYjk4ZTllNzI4NDQ3OWY1MGY2NmMwZjE2NjE4MWMxZjU3NGVmYmZkNGM4ZTcwNjUwMTZjOWVkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/results/{quizResultId}/show
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/saepe/show" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/saepe/show"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkFQNEdzTFVGYlB3ZzZqNXIxMjZqb1E9PSIsInZhbHVlIjoiaDE2WWJQck9FUGlMajFzaDB2Nk01YlBXT3JEbGhTbVNocm04WVQzSSsvL1BKaHBOeEJnd3Rkb3lraE9RUmFETlZjempTN0JuVnhMZU1kNFhKRWZHZU9hZk9wV0pnQzZBdDJKTWNWOERSd0VTVklnTmV6aER2V3B0dzM0SDloUmUiLCJtYWMiOiJiNzM2NmRlNDhiZDM0NDU2NGZkZTUzNTkzZTZiNWM0Y2FkZDZiZDA0NTk1NDI5NDJkOGI3ZDNmYmYzN2ExZDg5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ijd3cTFzVGhKOFZaeXZmOXMvb0E0T1E9PSIsInZhbHVlIjoiSkhLdDZZOElMMVhjWWgzTnd1TmIrMzNmTlRVK01WWHJVM1JnQUx2MzdneFlTOWF6VGMzTERMQTJLeUNzZlpSZmJsSi9IYnNpSmVJWG4zYlREdDdHNHJRa2hpYVdXZWhnVGlyL1E0M3RKRHlRVi8vVkJZYWwyanBnOFBPRjZXUWoiLCJtYWMiOiJiNmU2ZDlmNThhMzU3YWUzNmEyMzc5OTY5YjBiNGU2YmY3MDRhMDg3NzRiMTBjYzUzYzQzZDBkZGEyMzdiODM1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/results/{quizResultId}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/et" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/et"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImVMbjZwRzd1R0NQWHlTNVQrMGxodUE9PSIsInZhbHVlIjoiQzMrSXZOYk1lelVZVDVDc0YrZDk4ai9mYmJ1MmUxNVpMRnMzRnVYN0VpTlFkc0NvZDgvNjJqb2RPVmdjck1IeTNYQ3V3NUpRb0ZLUkliOTlCU291QjNkRHZpT1o5MFcrQ0lncVhFQUlvemxLNlBwTkNXNGVuV0FLYnkrb0JjQkEiLCJtYWMiOiI4ZmZkNGI1MjNmNmQyM2EyMTUyMWE5NzFkZjZhOGM4Njg1MzZiMTkzYmI5MDRmZGNlNTVhODgxNWI0MTBlZjk5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkNxSU9QQWZMVHZnQ2UzYVlUa3J6K1E9PSIsInZhbHVlIjoiUDJqSFM1bnh2NEwzSHo1K0l0Z054eXlXV1EwNUVKd0NFbnN6V3RzcWFIWXRVZnpNL3orY1lHVk85dXo2MDI1SmlpbFR1VTBiNTlxcnBPeG1OTDhuc2N0VWVMbjBLdnJmQnNScUMwSElKcnBNN29PTGhZVVIxRVRSTjgxOXcwU0UiLCJtYWMiOiI2YjgyZjFjYmMxMmYwZDVmNzU5MmQ3YTMwODRmMTQ1N2Q0NWY3MzE3MmQ5NGYwYjY0YTEyMGUxMDkwMjMwNDNmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/quizzes/results/{quizResultId}/review
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/similique/review" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/results/similique/review"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/{id}/start
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/illo/start" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/illo/start"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkxHZ01VS1FocXhWejF4QWpwQWVXRGc9PSIsInZhbHVlIjoiakVyUXlHb04vVGUrMjA5cXA4dHg4YXpBRDNXVVhqNGRaaDdLNFF1Zk5CYWRwWmk1ajRyY2hXcTJxYlN4emp1WGRsb1JwVURFbUpNVzVSM3JiSTRmS0V2NW9HNURmYWlRZUVpS1Awc0xPNkJvNzB0ank2Q2YvN3BFTU9NaWh4QlQiLCJtYWMiOiI4NGRiNTg0ZTBmYTQyZmU3NzUxZWRmM2ZmYWY3M2Y1MmNjM2M4ZTEyMTNkZTFkYmYzOTdlZDc3YjQzNmM2YTdkIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjZSZXRlVlJTait1MzVSU29XLytXQmc9PSIsInZhbHVlIjoiT2QxV1RyTUtEVEdMaXhDY0xMeE5GVk1lV3p2Q3haZjZEbENLZ25uRkY1dDJNNDAwUXQ0aml0eEd2VXBqRzNyTUE4SGUrWDdHZ3lMWmN5WWt4dys0bHNsTUhuOEkwNi80eC9rWlNGYUErOWFqV3pLaGJFZm9BZmw1NmhmUGVVbDciLCJtYWMiOiJkYWI1YTc4YTExMjMzMGUwNDQ4OWM1OWRhMmNjZmRkODZiOGIxYmFmZWQ0MjQ0NDkyYjg2ZjM4YTkzZTc2ZjcwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/quizzes/{id}/store-result
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/rerum/store-result" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/rerum/store-result"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/certificates/achievements
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/certificates/achievements" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/certificates/achievements"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlhJNDJmZi9PYVMrKytTbGlMSC9TZFE9PSIsInZhbHVlIjoiT1RtN1E5a0RNSkJZVklDZDhVSTl6U0FCVHdLWW5kSjduMTQrUzhpRVBvNUI1UDJ1a0M5SjhJclhLWDh4RUZOR0F3ak45UHhqZzc2eWpodXpPTzZVcXlRNGZ3bTF3ZzFzbkN1UVRxRkRSUldLdkxhMkZMZkRiTktydExhblg0QksiLCJtYWMiOiI0ZDhhMGI5MGQ3MjI0NWM4MDY1YTQwODQ2OGEwNTJiZjZkYmQ5MWZhZWVmY2E3MmIxNjc1NzE3Y2Q3MWZmYTU1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlpTMWRjMlZnL0ZVaEtFaXQveVhoYlE9PSIsInZhbHVlIjoiVVF0R0xYc2ZycmhsMHRaZ0NDdjVDU1h2NTJNRkRqUGRDWmJ1a2xFYXZIWFIyT0FvTWltRVgrQkZEQml0SG9kM21YODBKbDFqcXlHeWpndGl6cmNPbFlFczdqZEVRODN3dXFtWlRTMC81NE9SY2tMWDFHTzFJM0JuUTdwNVFPSDYiLCJtYWMiOiIwNjI2ZWU0NzA4ZDFkMmUxZjMwNGNkZDY0NDJjYTY5ZmE3ZjRlZDFlMTVhNzViOGQ5MDYzYzU4NDkxNDQ5M2M0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/certificates/created
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/certificates/created" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/certificates/created"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlN0MS8rSjVZWE41ZjdlSUdSTXJQUUE9PSIsInZhbHVlIjoiamtCeEFxMTl5bGI5S0k4U3dvVjUyZTRVZnYrRW44RUtpeWxxN3VlK0lSWFFGa0VieUZMK25DbFVpcThzREdNemg1bHo4TnBnaGR4REx4RmNFNHl0T0gwMk92eWtMUTFHd2RjZlZtREtNYUFRZ2o4dGN5ZUFHRjlmNmYwZE5FSzgiLCJtYWMiOiJjNjIxYTg1Y2NmOWZiMzliMDZkYmJiNDY1MGNjYjAwNWQwMjVkNGMzZmQzZDdjNTE0MDYwOTExNDU3ODNiYzY4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImFOL2JkRktmMGZZTXRzaEw5MVB5dEE9PSIsInZhbHVlIjoiK01kVGord29zaHdVRU1tZmVCY1l4OUY5M2dWVm9ONlhtTVQ3dlZNRUt1MUNxcnZQSzlFMUMvVTBCZXp1U1N4dnBwbzlIWDVRT2dFbWN6bGl4M1h2MXlrUEI5SW9oeXg2dDhrc1ZwaVNiU2RsRUJoWkpCOTFwZ3Vyc3hHQzZHTkQiLCJtYWMiOiJkYjllYTBkZDYzODlhYmM5MTA4ZTk4ZjZmMDYwZWUwZDc5OTgwNmEyODYxOTdhM2VhNjkyN2IyZDkzNDFiZDI2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/certificates/students
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/certificates/students" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/certificates/students"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Impwam9RVzNXV2ppSGUyM0pDaU90R0E9PSIsInZhbHVlIjoibzVhL2x5dE40SjArN3BtKzRNaFNqUlE4RHdjRjRHRFZ3dVVEN040aHdsVVROSEZIdFJuWERNREJJajNEV2lPL0N5ME8zQ1d1anJPNFNDT1phTFk2NTdiRFZJb2hLL3FhUVVINkd5MWpBeVBEYzltWWVKL3pwK1c2MjNScDFpTXciLCJtYWMiOiIzOGJiMTMzOTFjZjc3ODM3NDE5NDYxN2IxZjZmNzE4MDI1YmE0MjcyNDFmYjQwMjIzM2M2MDVjMTA2ZGI4ODBlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkRGOHNyQkVsZEZFZkVUdDRjeVVSblE9PSIsInZhbHVlIjoiZkpYQ0t6MjZlVHRrMEJyQ1hOZXhLMEs0Q0krSVhXODZ0M1NlUXRlclI5elE1YTJHMUF5TFdSR0l3Y2pXMFlpYTZETGEzVTlXMWNqMTBXRDlFbVFXcVY4RnQzaU44dVc3Z2pnZE43SVVuaGlRbGlBeVVTejZHbmtSOGluRERha0oiLCJtYWMiOiJiNzkzNGQ4NTg3YTcyZmQ0YjU3NjZjYWIwNDZhYmE0MGEzZDIyNjFhNTMzNzU3ZjczNTYzMWVkYjQwNjViOGVmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/users/{id}/follow
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/users/qui/follow" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/users/qui/follow"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/cart/list
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/cart/list" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ii93b2Z2Z2xuV2ZPSERQcmdNMG9KM2c9PSIsInZhbHVlIjoiNmc3Y2U1b01kS3lUT2ZhOTZuSFpMUnZDaDJIeUpaT3dGTncrRGZzMVRkSTlhbW1nLzVvNnpOQVpvTFpFUWZ4ZU94Vm53RVora1JqVllaWGVSWHh2SFlVbzhVa2NQcnhDSDNicENBc1QwaU5LUGYvcGhyMVhPV0pwcHFHL0JhdkciLCJtYWMiOiJiMWEwOTE2ZDJkZjI4MzYwODAxMmVkZmQxMmJjZGNjYjIyZTFiOWU0ZWE5NWRmMDlhZGY5MDllODJjNDUwNzU2IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjJJUjZhdm1IQmVwQnBNdG9QeXVmUkE9PSIsInZhbHVlIjoiWjVZQUlkdThaTUNZRW1PN3RsUVp3VTFTWVdtNm1sM2lEQ0dseXlpSlduRlowSjlkZTFZSGN5RTM3djhhVG13QXlWcUZtcTFmY1FPS2dhUk8xRTR4bkliV1hlQXIwZXVUVWtCM1dPTVVROUp0cEExck1VRjVkZDFKUjVMWnVnemQiLCJtYWMiOiIyYWU2ZTI3YmJkNzNlYjgzMzE1ZTE5YWI2YWZkMDEzY2NmZjViMWM4Zjc4YjkxOWZkODg0NDk1NGM5ZmUyNjRkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/cart/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/cart/216" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/216"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/cart/coupon/validate
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/cart/coupon/validate" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/coupon/validate"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/cart/checkout
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/cart/checkout" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/checkout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/cart/store
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/cart/store" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/store"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/cart
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/cart" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/cart/web_checkout
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/cart/web_checkout" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/cart/web_checkout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/sales
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/sales" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/sales"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImpESHBEeEtTQ0xLV28wUkdCc0svMkE9PSIsInZhbHVlIjoiQ1FvQXhtT2VTZGJ0RmIwV3JyeW4zbmowblMweE9Vb3R3TlZ1dElSQ3VhN1RmU0dxY1RMVldQNUtsY2ZjeGR4cEFnUEtWd0pvK2JXaklzOUtWUDB4T0lkcTllSjQwOEQwN1pzbTVCM0NEU3dXZUo2UGd1b3hDcFV5MFAxQUdPWjkiLCJtYWMiOiIxYTJmNjliNWZjNTRmNDMyODJjMTEwNzRmZDdiZDliNzVhZGE0NDc0NDQ3N2ZhOTAzNzZhYzA4MmVjZjEyZGUzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjZEZ2tYK2dJeGlYcUViOUd3Nm50blE9PSIsInZhbHVlIjoibEt2ZUo2VzBRaEVoNUUrcU8xVGFxYmlodFpYZEFwRlRJdU9aTmJOUXFIQ1ZMTk9tZXBsU2Q5Q0crMmIzWnN3Yzl6T3JXc2NmbHlWRUpyNE94L3NnV2VsdHZ2RG5pMU1MQ2xXUFAyWURQK1JRY25renhWT1dxQlJCbGFXR0htai8iLCJtYWMiOiJkNGY3OWY1YTY1MjYzMGM0NTcwNjI0YjI5MzcwYmViYjUxNWU1NGM5N2YyZjQ0ZDc4ZTNkODc5ZTkwM2E3YjAyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/financial/charge
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/financial/charge" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/financial/web_charge
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/financial/web_charge" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/web_charge"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/summary
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/summary" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/summary"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlNlSEdrUHhJeVhIZUlyNEpDRjFxTFE9PSIsInZhbHVlIjoick9WbC9ScWFIUDBwY3BReFRzVUdYbzlFWWZrT1FnUjI4RUQ3Z1JjdXNsTW5WUEd3UzZBdHZ6RkU5RCtZeE5YQVhwb1I2ZkUzVERqak1mK29nMlUyMTg1K0sxd256VzU4TEUwbEQvdEh5SUFCTXZmZ3B1NDh2emVqbUNaUEEvQTciLCJtYWMiOiJhMTMxMzVkYjNmYmQ4NjE2MTQ5NTI2ZWY5Yjg4NzU1YTFjODUwYjU2NTA5NmZlMDg3YzFjYjY2MDA2YmMxYmJhIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImRpU21GVmRtMDdLVzdVK0EzWnpMcGc9PSIsInZhbHVlIjoickJOZHpMMzBLNWlOZHlsbjJZdmxkMFNEeDFJUHcwUjVlcUhCYlRkYzJJSDluQWlrL0VHYVhESk85UTZZRXhhakp0cHQ3eFZpYmdCaTcrZkJCaXNSc3ZEZ2JwbFlYVUpFSkNDZ2dLWWNwSDkvMGgva01DWnhzL2lYZ0VwUWQxYTIiLCJtYWMiOiIzZjAzY2FkMjdjN2IxYjY5NDQxYjFkOWQ4YmU5ODJhNjQ3ZTIyZjFjMTQ5ZGY0OTM4NWQ0NjQ3MmUwZDYwMzI1IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/platform-bank-accounts
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/platform-bank-accounts" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/platform-bank-accounts"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjN4WWVxNlpEWkhYc1hxdW50STVOaFE9PSIsInZhbHVlIjoiQ1E1T0Y2VFpvQ0F4NTNWYXpxQVloblEzVTNIMlp4ZjUwNEVpdVdXcTIrNGFpOVpEWkR2WldjUjlHSHZva1NQMXdRQzgvNVd2UXN5VEtnSm9IZXY1S0tmUE5ZYTY2TS9ZeVFQaVIwQXBNc0RMSjF4Z3RLSW1uYkxpNGh2RzlXVVIiLCJtYWMiOiJhZTJiYmNkZDJiYjVlODJmNzA1ZmJlNTU4MjcwYTQ0YmE1N2FlMjMwYzdjNjFjMjk3MDU2ZDI5MDg4MzlhMTRlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImV3bjlvMzNlNTVYZ1ptd1liZFZKTUE9PSIsInZhbHVlIjoiNHJ3OE1oUXJwYlVjREsxOVVJU21wQ3VyeU5GOElYZ3BGajVlZ3ovUWd0WHdXdzh0WUZFV2crSk1XcG9xNWM0b2N4ajZSNzRvUjBVa3VwQW9DSDRVd05UdTdoZmtIYlpobTJTSG9GVS9ERThBckp4Uk9OS1NBOFVqaExCZVBIVHMiLCJtYWMiOiJjZjk1MDlmYWU4ZmFlYTk2NGVhMDAyNzk4YzU2MTMxNDkzMTkxMTU2ODY2NWMzZDRkNDY2YTBkNWIzMjQwOWViIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/accounts-type
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/accounts-type" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/accounts-type"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImZsYmhZQVRNS05HQXlvTThsZUpCOWc9PSIsInZhbHVlIjoiM1hoaFNtR0x2R0t1dG13OE1NdkFBTHIxUHBRQnkvd3g1elpWcGQzMFNNcEh5UDdEZjQ4NmluYm5yMzRrdnRtODM3Zi9xYTBvclg4VUNnVHgrakZmeng0V3kzTVlPZkQ1Zi92bU56Zjd2NHhjNHpHNGcxL3pieVFBZUtpM3FIYzYiLCJtYWMiOiIwNTliNWUxMGRhZmVmZjFjMTFiOTNmZjZlMGIxMTBkMzM5MzI1NWFlZDJiMWEwYWNjYWEyNTU0Zjc1YmI4ZjVjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImI5ampBTHdRaTAvS3gvaFJHY3ZlMFE9PSIsInZhbHVlIjoibFRMSmNqRlZMWWVHcUEwSHZGaHZTTmVZS252K1psQVNCaDlSbTJRTzhrRmZGeTlmOG5LcHh1UjZqTGtqazhNdE5UeXJ6aW8rU1dyUytkM0U0bW9jdGhYWFd2VXUyQ3FodlRIWit1VUVlUlFXdXdDZXdWV2l3WS8xc2NjRFNRalAiLCJtYWMiOiIzMWJiMGVhZGRkZDQyODVhNTUyNDU0NGRiYTIwYzcxYmYyOTc0OGVhNzZmYjY2YzM4ZDVlNWVkMmVjMzNiYjZiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/payout
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/payout" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/payout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkJWZFo5aEZEbVNoUkxXM2hDdDNTNUE9PSIsInZhbHVlIjoib21pK3k1L1RtUWx1cks4R05qcUdSbkM1V1E5SVlKdlR3bFZqYUJ4TXJUbndCWWFNbUJIYldFY0dWSDVKZUt4bHg2UExZZ0d6akxSZDV3eTErN3FCdHpxK0pDN04xZllTNUJ5K1o4bFJPdGx3M3VlNkJ6VFJIQ1hWU0ZyTm54MXYiLCJtYWMiOiI3MWIwMzJlZWRmYzE2OGMyYWM0YzBlOWIzNDc3NjJjNDg5ZjllNTllOGI2ZTNiYzIxNDVmZGJjNjI4OTUwZmYxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IklDODlIb0VaMDdyck1hbzNlbFlaVXc9PSIsInZhbHVlIjoiVG5HdGhPZ3E0YTlWdUJiNW05dzQ5WFRnM2ptWm8rYXJsbEF0S0pta2g0ZXcyMlRic2F1SjdWSmthRkFXSGtLVytIdlcvSDhyeWZnYndNUjh1QlVMbHdJNjNpSG9WaWxIeW9NK3dvWDJQQjhkWmI4VHhESFdWQUx1YTAwVWw5VFYiLCJtYWMiOiIzYWM2YWRlYTBiNGU2NTNhYmY5ZDE1MzQ0NDcyMmRjZGIxYTE4ZTFhMDg1ZThkM2FjNGIxMjIzMzExMTA0Mjk4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/financial/payout
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/financial/payout" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/payout"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/financial/offline-payments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjJsb2dUK0hpVEVvZ3JRR2JRKzdUdVE9PSIsInZhbHVlIjoiSHZ4eDlTUjNuZmd2eUhGN1l6TTRaVFFVaWFxZzZ2Wm9DNWFydFIxUmxOTHhKa2FmZ20zdzlDdUQweE9sb0tWajZKV0tZUlpZUTZaYklHVTRFV2M3YUhKa0VHQjdWM2FQMDB2TTJrTU04Y1lGVXROclIvbmlZVHF6S2tFL2l4MDkiLCJtYWMiOiI1NjhlZTE2N2QxNWY4NGE5OWFmMTUyZWYxNTkwM2M3NWUxOWIyNTY5MzU4M2FiYTllMWVmMmJhZWZkOTIzODQ5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:05 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkhzbmY5SHlFeXZVQlNMWGdIK25VYkE9PSIsInZhbHVlIjoiKzZSRjJwdHZMcXg5MHpIMEJRdWlYVmNCTWtlb0hkTjBSYnFYZVVCa3ZhU1RyYlVYc3YzT1ZxWjhQeDA5UVUvZUgvY1RpV0lXblFSQmtlVVFPMVh0RXVieXVpNi9xYldkYkgyRnZoRHdYbjd4dEVYNVQraWhqWnVFblF0QlpBTFMiLCJtYWMiOiI2ZDRjYWZmZTc1MTY2YWIwYTMyNWIyZWQwYmYzY2NlMmQ2NTBhNWQzOWVlYmI5NjMxODQyMGZhMWNiNmFkNGE3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/financial/offline-payments/{id}
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments/maxime" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments/maxime"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/financial/offline-payments/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments/esse" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments/esse"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/financial/offline-payments
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/financial/offline-payments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/payments/request
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/payments/request" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/payments/request"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/payments/credit
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/payments/credit" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/payments/credit"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/payments/verify/{gateway}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/payments/verify/corporis" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/payments/verify/corporis"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InltUS85cEQ3aEFwWmhkODRBblJvUWc9PSIsInZhbHVlIjoiN1dtZEkzZFpvbFcwbmF3Z3pTUWtsNC9DVWxmWG5FSTJ6aXdTdy94c3BIdU5tLzdmUG9wMnE0SmdBcEhHdUMyajlEU3VqMDJYcEZIN3FQb254Qnc3ZmtJS2RrOGI5dFpsdzdtNGpHZFF6OUhvekx5bHNFbEswUXFwV1lxZHZRVysiLCJtYWMiOiIzY2YyMzU5Y2MxNzZlNDZkYzViMTMwM2M5YThjNWNkMTA0OTQxMDY1NGNlM2EyNDJhYjQ0YzVkYzVkNTJjMmQ0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik11SXdNcDkxYmhuRVljaVB1ekt3S2c9PSIsInZhbHVlIjoiWFdqaitJZWZTZ0s0dmVOU2JYcDd0TUVZQS9tRXRpdmVKL3MxRFJEVHVMR1J5VzBMSHZKN1RZZGJqV0IyMUR4ZUwxNWZQM1JwM0VqeWRXWEF4T282c25tQTFXVlRSOG1vNEUvT21GV2lQUlVJS2gyNkFVMCtkY29tN3lXQkhMc3ciLCJtYWMiOiI1ZTA3ZDQ5YzU1NGY0YmRkN2NkYzI2YWUwZjQwZTc1Y2UxM2UyZmVmM2QzMmUwZDU4ODIzMjhlNzcxMzYwMjRkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/payments/verify/{gateway}
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/payments/verify/ut" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/payments/verify/ut"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/profile-setting
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/profile-setting" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlFSdjJiY21jblJZdlhSLzF5TW5KTEE9PSIsInZhbHVlIjoibk5SWk9yT3daU3d6blhkQTZwYUdnWlNVU1BUK0hvSGUvK1NiTGxJK2F3NXZGTjlXK0Y1L0dWdGNWRFZTempMNUZjeXRkaVRaKy9oN2l4d3ZQQmlDeE5pVTdvTGxXQjNGTHlRZm5UOGRIV0xZTEJWNFVBbmc1WlA4Q3dkVE9RQnMiLCJtYWMiOiI2YzhiMGY3Nzk2M2YwMWM3MWFmNDYzNDM2MjJkMjI2MjNiM2RmNGY3YjRmNTNjMjg5MmE3MzQ3Nzg1MmI4MDdlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjlsQVUxcGdTZnQzbGV3ckZoZCtwVlE9PSIsInZhbHVlIjoiOGJVNE5IR0F6TWNNK2lsVGo2SHE5bkJuTllqcUlBUlloNGMxZnA5MXM3L0g1eFFhNWdheG9LeXJkWXAzR1YwTG9SVmZvWWRJcEEybmh3K0NsZEVPZU9menhUSjZTeXpSS2JEU2d0elczalpEZHhFQVJFd2hxZERkTGR5c1JLZEEiLCJtYWMiOiJjYzlhNDliMmJiNzcwODQ5MzhmYTZlNzYxNzVhOTg5YTA1ZWE1MDQ3NDEwYzI1MzZkNGMxOWYwM2FjNmY0MWQ0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/profile-setting/password
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting/password" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting/password"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/profile-setting
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/profile-setting/images
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting/images" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/profile-setting/images"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/products" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/products"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik5TL0srTlE1SGdvY21qM1NOZXd4elE9PSIsInZhbHVlIjoicU43MlRLZDlIdE5EVGFFRXRwaTFaTVpoZFU4bUxLNDdPRitnMURGUU1wQytyTXBuK1BTQXJmei9nM0hMbGc1N0VGcFM4QVlibVdQd1N6SFZNVUVwNWthTU1BQmpTOWFRK2RldTNnVzN1SDRsdTYwZ0NaZHJJQjRlc2NUT3ZDWVAiLCJtYWMiOiIzMjMyODlhYzI3MTQ1ZjhkZTU3ZTM2OGM1MjU0MzRlZTAyZmI2M2M4ZjhlMGNkM2NmMDhjNTIzNmNhNjNhNzMyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InFCdFhxWURLa2V4QVFGUnJkRzc1U1E9PSIsInZhbHVlIjoiYTVXUkEybk1zUFJIQi82L3lqSWhWNGNocDZkK29jcmhUeUFrMVg4ZnBjWHByU1dNR0ROV2pxbDNnZGFJNGYwRjJFNXpuQVRDT01uL1dqUnM3RnE5VElINjM4a21rNndUUkNUVHJtT0EwUUk2TXE0bmJyQWFPbEt2MDk2YVFEWHkiLCJtYWMiOiIxNWRiM2YxMDk4NWZkMjQwYjlkNjczNTRhMWNiNDMyMzUwMTRhOTQ4MjY2MmQ3ZmQyZTU3OWI1Njc4OTIxY2UxIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/store/products/comments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/products/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/products/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IklLR3h2cWdyNFZ3dEkvcXV4TmY2THc9PSIsInZhbHVlIjoiN0dZNDRLMXVVakJqcms5NVNrSXN0dmIrMi9aSXUvdm1OU1FSWFh2emprMEs0c3plR21BVEVReUFnazdlNXhHWVpzUW05d21tRmhNZHNpK1VyVUVIK1lhTnRMWVE3ZkhWNHJnMHJYcVVMY2k5RldYMjJJVXhhTEYxa1kzUFRvWXQiLCJtYWMiOiJiY2QzYWM5ZGY0MDQ0ZWU0MzUxZGY5YmZiMWMyNWNiZjk0NjM5MDkxOGE5YTJmZThlZGM5YjA1OWRjNzg1YzEzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjhLTjU2WCs5NjBuWWxrL2VHZHYwcWc9PSIsInZhbHVlIjoiUlU0Wk9yNVdlUUM3UUFNa1ZVTEtjak9HNWYyQjczRExHa2pqcHk5bE4wbnlyTWNkK3hncE1SRHhoWlJUWFViaExGMlZ0VnVmUi9RMmlNTnBDcmRWbXhrR011MXRGa2VOQ29nVlFIVGluRW5XWkg1V1pQbGREd21ZdTFQTjFYa2MiLCJtYWMiOiIwZDE5OTAwYjU5MDliZWUwNjliNzNlZGE5YzA0ZGU5ZjJmYTI4ZWUxOTlkMGFhYTAzMTFhZDUyY2IxMTgzYmVlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display the specified resource.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/products/laborum" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/products/laborum"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InlOdWRWZ1dTd2hHUWd0QXJLSFVRVXc9PSIsInZhbHVlIjoibFVSVzBRUEtVL2YyTXJhNXR1dkdtTGtCRDIySGR0Tk00OXU0YTlpN0g0emgxbWRFU2djWTB3SUxlbDhMU2F0MEhKOVB5OXg4dWovOUJkYzRLeFI0OEVsQ0M2emk3dDJUL2Y4RzBjM0hWaEpKUTF4VXpMWDM1Q3plYXRvOUlOZ2YiLCJtYWMiOiJkY2UyZWRkNzQzOTJkZmUyNjZhMjI0OGQ0YWQ4MmZmMDJhNDAxMjIzOTcyYmI4YzVkYTJjYTBlNTBkZTNkNDE5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IklITVBDSy9CK0VMT0VYQmhwZ3RQUlE9PSIsInZhbHVlIjoiT2dNa0Q4RFg1dXkzazMvZ0xVL2p1SEVOTDlxZndXdDR2Z3lFajBENmU3QTQwdVV2c08xMC9KNnlEa2dSRW5FMFBPUE9mcE5ZQ2dyL2RGcXBoTHJ2QXdySmlISklDOUxNT2Z3K1ZKV1R3ZE1YTlV2N2UyOVhXQ21Ob3BuZlA1UVMiLCJtYWMiOiJkNGU5MmIzNDg0NmYwMGZiZWVhODA4OTk5YTIyYWJiY2M2ZjYzMGUyNWY2NjQxNmJhNTRjMWI4ZTA5YzA1MTZlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/store/sales
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/sales" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/sales"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkxvY0l6TndpamlEdmJwUzNRSk0rQlE9PSIsInZhbHVlIjoidGpIMXVQOXI3YXo2cWdjZnVGdk51bk94c1EvMDVZUnFBRWkzVEM0S0JjdEprRmxZQUR4SnFDem95bVFvbk5YQW1mNHAxVWUra3FhWnBwWllKalRsTm5UWlM0b2J4V0ZJUERtaWtjUHdBZjdVblhZMjYxUk1ic3lRVmh0aHZadmUiLCJtYWMiOiI2OGY4NjY3NGNkZmY4ZWFmMDUyNTAzZmU4YmY0MjhmM2YxY2ZiOGY3NTBiZmM4Y2IxNGFmM2JlM2MxOTBlYzQ4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IldLUXo1TE9TVHZWTEIySS9TSHE2TUE9PSIsInZhbHVlIjoiYkMvQlJTbWFTVTd2UHF3MlBWTVQ4UDlZazNNRC92TmFFeXloSGV1ajFkSE5jRkVCS092V1dwQ0ZGNVhRamRpNFRhaDdhUzIrZHkrbTJZZ1N1OXJ0SW9wcnM0ZHd1SVVTbVZoRVRuUWNobHA4VC9YYXNGbUx0NXZXRm9CdkVCbFIiLCJtYWMiOiIzOWI3ZDM0OGYxNmYwNTg3YjgyMzM1ZGQzNzE2ZTQ3ZjdjNzQ4MWY1ZDgzYzJlZWU1ZjM5MDI1Y2VmNjljZmM3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/store/sales/customers
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/sales/customers" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/sales/customers"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Imp0Y3BlMC9xT1ZBUURiaHVreVpOa1E9PSIsInZhbHVlIjoiQXlMckwycTFvaWZLdjBJZDJoOXNjVjZUajYxM3BWaSsvU3BxZmoxRG4rd3BvS280aEtBeS8zQUtSUFh3MkhPM3hybHVZQjRUZmlmZHR3bzdJMGlGQUx0K3lLQk11cDBxM0Y0UlhISE5ET2NyWEVaZHZBbVR0V0ZvTENNbXFRWEgiLCJtYWMiOiI5ZmZlOTJlNGMxYTVlYzRjZGYwM2MzODQ5YmJiMGQ4OGY4MTI2NmI2N2EzY2Y3ODA4ZWRiOWU3NDUwMWI4NTYyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InZsUnVKSmNHeU1WNlkrUUw3U1RNK3c9PSIsInZhbHVlIjoidmNTT2RmYmJuSkJkMytGRGJhb2lkWk1uMGtTZmJHWnhnb3EwNlBNMDJTVnpTcVJLY3NqbUFIU2FMNDVXNnBJdDB4Q0dzRzEwdk8zU0pFTUxTY3RvZGpvRnJWNVRvYUZLem1TR3dobGZyNTduL2lpS3lvNW8rVFBTWVFsU3lqS3UiLCJtYWMiOiJmNWFiMTgzMTgxYzFiMzdkZmU3Y2YwYzk3NzA5MDBkNzA1OWUxNjE0NmJlZDc4OGRkNDE5NWRjZjgwZWNkYzEzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/store/purchases
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/purchases" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/purchases"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6InNQUHovMFlBRzd0ZjZ6b2hCenVDWWc9PSIsInZhbHVlIjoiZHRHOTJrNkZrVVh2OHNrSm9Rb0s2cXhqdFZBamRVWGxhN2tMckx1TXQwQ2hVdlB4SHZxbjZRMnBZdUo0bnEwRFhnZU5OSVZTaWxUYTlQSHdTY0tBSU5lRUpqaWs0VWlZd3BhMmo0T29SVDZJMTNyS3FUOE5GUlExaDRBNFNUR1EiLCJtYWMiOiI5NWYwNTc2ODBkMTdmOGU5YjU1MDllOTQ5ZjRhODk2NTU4ZGQ2N2ZhYTJmZmI1YjdmNGVlMDNlZDM4MDI5NTliIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik45SnR5VVFlK0xWcU1WUHJwRGFKb0E9PSIsInZhbHVlIjoiclQ3Mmp0TDNWaGpBOEhvOWJmczA0c3pJeDRZU0t6d3FBeS85YkN3V0s1UXQwWXBIeW5WdG1OeS9ucmQvZkUva1p4aThWVTJRT0JDbUJzUUUxLzJmb1lmOVd3NFl3R2VRdEVmM1paYzdTZXFkNkgwdHRNTVhDV1h2SVd1OGNIaG8iLCJtYWMiOiI1NmU5YWM1ZTNmYzU0MTI3NTkxYmY4MjlmYjg2MDFhNGMzYTc2NWI0NjVkNDg4NmIxZTIwYjY1ZWE3MDc1NjBiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/store/purchases/comments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/store/purchases/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/store/purchases/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImN0eVZ5STEwZG5vRjFYbE9pZE5tanc9PSIsInZhbHVlIjoiZUd1TE1GcGxyTVQyWnVkMFI4SkZqQVpxZE82ZXdOR1UvY2lYN01vdkZUdmhmeXNXTnI0V0V2N2puR3NuZUhRTW44Nk95NWhIdldDM2l4Tk9wbHVQUmhteWVhSHNvTXFoLzNxclZKYTVMZ1dpVUVRbDRqdVVGTmdLeEQ5NWV0UHQiLCJtYWMiOiI2YWY3YzA4NDYyMzBhODQ3NzFiMTM3NzM5MmQxNDkzZTc1N2FjMzUyNDlkNWY3MGRjM2VlYjY2MmY2YTVlOTE2IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjRjWlhHdkJDSUtGNHBIYTdFc05NN1E9PSIsInZhbHVlIjoiMEJrUFlvcjFaWldLUFllTi9MdHF2NXpndHB0WGNKYXdTalUxT0h5dWg1emN6L290WjNNMXRkVyt2OVZuZUJMQnI2alVSYWg2dXZ0Y1FmRDI0ZkltcS9SbVdLUmtmRUJYN1pxeGJxOFM1dmo2SDVYUEdVOVNBRFlvWkFTYTVsbEUiLCJtYWMiOiJkM2FkN2YzY2YxOWQ2NjFlZTFkNDVmNGU4MTNjNTZmM2EzYjczMjc3NDM2OWI0YTE3MGExNGU0YmNhMDFjYjk2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/my_assignments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/my_assignments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/my_assignments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkFicHR2WC9OUHJuVkRjUjQ2NHU5Smc9PSIsInZhbHVlIjoicENpOTEybks5TVpScmFudFRnb1NkK0p3ZHdvUlB5WTMxZVhCdko0S0Jqc25xYzA4UkRCM0c3end2bTVZK2NhNWNzUVdyVUdlbTZKV2dMeTJqdFBKTkd3MHRNajBocXlwMFJpbXB1dkR2SkRyeUIranhjblQ4UEl6NmN2ODY3U08iLCJtYWMiOiI4ZTM1NTQ0MzJiMzY3YzYwMDE1MzFjNTM3MWVmMGIxMmJmYjIyMGM2ZDk4MTRlYmEwYzRjZWQ0NGM0ZDU0ZjU1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImtFTkNqenJJZHFRNWZpZ2lrYkdzZmc9PSIsInZhbHVlIjoibFVlN1lnYVo2Z0wxWkJvTVA5ZWowZXJCVUtVN3MrZFVad0p1b29KZ09hajVjdjJHWDJGVXZRNjVVY2ltcmJJYmM1VzdvclhwYmNuT1BLbFlSUUE1U1NhT2F0UzFZRjZjWWFTS2VKWHkxSGF6dGxPcjBsTE0xMzB0KzRJQjVOTE0iLCJtYWMiOiIzZjk1YWU2YWE4YjU2NmJiZmE5NTliNWQ3MTE5NTM1OGQzMmY2ODY1MjBkMmM0Yzc3Y2U0ZDA0NmRlZDg0ZDBhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/my_assignments/{assignment}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/my_assignments/at" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/my_assignments/at"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Im5PUTZ3QnV2LzdISkVLYWVuY2k5aFE9PSIsInZhbHVlIjoiaXVFV1YrN0pycDJVSFBiKzZ5TktVVEZzQitFdU5JM0xZeWdaMllmQUpXZ2tqcTRJYXlFM1FablMvK0FWZjRUdFgwNktCNVdIVTF0eVdveE9BVFgwbFJHWXhpb0pFeUFPUXIzd3ZHYkthNEZya3JkRnNneXVZUjBpME5KdzVWMnQiLCJtYWMiOiIzZDk4MzUyZjUzYjRkNTA4NDFlMzE4NTU2NGY1ZjRjNWFmMTZkYWVkODg5Njg1MWI2ZjhiYTAzMDEwMDg0YTMyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjVONWU1S29LS3ZiYVl1Z2JVZEM0elE9PSIsInZhbHVlIjoiT1BPdXNBSThwa0YwRC9WeVJ0Z1ZyS0h1Y3RuM0phV3RZVjVhWGFVOFZlRVJQeEdwVTZvQ0FOejNwNG9sU2FWZmxuK0s0K0E0QkExRUtua3ByOWRlUksyMW56NVNyQWs3OUlOWFh5bHY2MG5jVHovNmc0YkdXOExlN0piR3FzWFUiLCJtYWMiOiJiNWU4MWM2Mzc5OGIyMzY0Nzk2ZjJmMzU3OTcxNWNmZTkxMjFhNjNjNzU2MTE0YzZkNmRhYzM5ZGIxZDMzZDZkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/assignments/{assignment}/messages
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/assignments/itaque/messages" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/assignments/itaque/messages"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlZYOWdkdmx4SDVvMzNSdFhZSjAyb0E9PSIsInZhbHVlIjoiYVVqbURlYVJ1SkU0NnNwQVB1YytGc2pTK0M5eGhQVDBXemwwckxUbmRaejAvdTRpWEJjeCtyTXp3VndGdXFIS0piWTM1b0JoaUc2THhBblRLZWptUitKaXBqMVdCTVFpYlJxUVJQT2R6aEJ3SWVoMEZJYXBHSm9ZamxHVmhXOU4iLCJtYWMiOiJmNTI5MDIwMDE4MGFlMjMyYmU0ODQ3M2JkZGJjYWIwZWEzMjM5MjljMjc5NWRmY2UxZjVjNmU0YmY5MzBkMTQzIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImVVZGhXdUN4MWxObWdPYjlHU0NmdXc9PSIsInZhbHVlIjoiZUJGdFlLR0Vyd2YxdmZHWFVod25QUWw4VHBOWlRCMnhXU2lHRHM2aVVwY3BGSmtBUWZ1L1lUUkM5dVltRjhtdHdFajJMb0RNZ3FrK3JSNTIxTHdSYXNuVWU0MHA4WW40UXlmVlk3NEpLNVhmenB5WE12TUs0dW5IeW9zQ2U1NmkiLCJtYWMiOiJiODcxMzEwNWUwMjI1MjQxYmY0YmNjOTMxY2E0MGY2Y2IyZGIzMjM2MDhlNmEyMWU2NzU5NmI5MTI1Y2ZkZjgyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/assignments/{assignment}/messages
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/assignments/ex/messages" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/assignments/ex/messages"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/blogs/comments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/blogs/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/blogs/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjZHYUxmKzlibzVFbG5NTTVqQ0ZkUmc9PSIsInZhbHVlIjoiMHFHTEZiUElxcitOY2xBVitRalZqUlFHT2JHU0gvd3VMdTdOTkhpemxzSjI3QWV0MWEvNDM0UjhGV3dpMFBuZTZFVnhXOUUwRXhNb1FLanVPRmt4cUcrNnpqUEdQdkE1UklzeGFqbm5BZCtyaG4xVmZHRHlNVXMxTTZsSUxPdkIiLCJtYWMiOiJhZmRlZTNlMzk5ZDY3Zjc5M2Q1MzAxZjhkZGMwYjNhZDY5MTg0OTc1OTkyZDcwN2JmNGM3M2IzMjkwY2Y2OTYwIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IktJSXlkYWRxTnhLaHFPM285RnhISHc9PSIsInZhbHVlIjoiTGVJb2U5T1VDbGFydTYyZWFRYWNBbXhoVU9KRlVkZi92SGpIMCs5a1ZIb0UyNHZuZlUwK1RzTDZkY2s4c1pKOUFqWGRLTHNiZm9jR1JqSW1XTS9OdGpHNkJYRWVGY1JiRzdXTERNa3FDQ2dLM2YvRG5iMG1URGczOElnUStEamUiLCJtYWMiOiIzZjAzNmRjZWUwZTA3MDVlZDljZDJmNDYwMmFlOGEwZWQyZjRiYTJmY2UzMzFhY2M3ZmZlOWE5ZDE2ODZmMGY0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/blogs
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/blogs" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/blogs"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik9XVDNWbG82Y0dUNU1STG1OU2hJdmc9PSIsInZhbHVlIjoicUVaN3hNK3NuUk5jNFhrRFg3Y0ZqYkpQejRPdTJZcnZjamN5Z3ZUTnBQK24vRkpwNmFlRlJUL21mZG52cDAySTdMaTJSc0dqRDJESitoYnZLWTNGMEViYit4QjNzMExhUDRqcTl6R2I0OXNLSlRvSXZkN2ZJa2YvL3NjQ3RjMEYiLCJtYWMiOiI4ZmI1NmNjMGYyZGRmNTRhZTllZDkzMTY5MTU4N2Y0YjNjMGVkN2IzNGU5OTNkZGMzNDY0ODViMTJhZmJlYzgyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlRhR2dQRlZQcTlzZE5YcmJKV3ZGUkE9PSIsInZhbHVlIjoiS1BlUWZqd0ZITHBvaVJxRnd5cEVUUHVadkFkK2xxeG9DRzRTdDRTVWZrK2FvTjF6TlJpQmhEVzYvQkdsSVFmUTdpV1RiQkp6bHpsQVM2anRBNHJNMTdoSEJLT2ZWMlYvZ3dqLy9XV2QzM3RoellMQU55RUgzZ1BrSGZIRW9zU1UiLCJtYWMiOiI2NTNhY2YwNGJhODc0OTY4ODRiOTAyNDJlOTU0MzY2NGEzMTJlNjM3ZDg3ZGQ4MDYzMzA5MDdmMzg4MThlNWYzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/blogs/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/blogs/28" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/blogs/28"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjkvUU9keFYxUUNCU1dFUE9OSE05UkE9PSIsInZhbHVlIjoiTVg2Y0U2UUNXKzI3ejBYVDIxdHMzMkJNN3dpcCtVaVFjTVRENWY3b0dUQXJCNHhwNWluLzcrdUlWZlNReTVnMVRtbXBkM2J0QU1uRTdES2tlbjA3SlQyMGI1b3l0NStwZGNFK2dram9NTDIyNmhHdjZ4N3NKbjBsYlk3UzR0Z1IiLCJtYWMiOiIzNjM2NDY3YjcyMzgxMDNiODYwOTdjYzlkMGEyOTM2YTQxYmUwMzhjNDgxMjFiOTRmZTY3MjRiN2RlMDhkOGJlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImNzRWZPanlXUnpYVEg2N2p3WTMxRXc9PSIsInZhbHVlIjoiY0VUeG9BeGMrN09kSzJKMlJqdzlXcGJNNlNKaExJemk4NTEvZzFUQ1huRzRtSGNvZE5LTHIzOXI0eU9OM1VDS0s1RStTekZzZXFYQjZVVGl4dkY3VE1wdTVvV2xrNUlvK2U4RnJMOEZNTTU4NW95RHZtWTJNTDB6UDlIejdFVmYiLCJtYWMiOiIwMjIyOTc1ZmQyZmJmMDg0ZmViNmE3MzBiZjY2OThlOTI3YjA2YTIxMmEwMDU2NWQ5NTJlZjk5MDkxYzg4ODMwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/delete-account
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/delete-account" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/delete-account"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/certificates
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/certificates" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/certificates"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IldUU0F6ZWJYU2twTTQ0eG8vb1I0MEE9PSIsInZhbHVlIjoicFVXaUVMWUsrWDFMSmlWUkNBUnZZbEZ3dkdaV2xRY2hsZU5ZdGVFNXl1UnpRWkF1b3JHa2V3aUg0dDBNajNHQkxDdndFc2dhU0lsbUVnWlZNeGpFcVlGSGFTUGJ5S1JrSHdRNi9EVmlpZlRKaDFYMWl2Q2xiODlSbXVQQmJKM2UiLCJtYWMiOiJlNWRmZGEwMmRkODdhMTJmMDM1MmEwZGUyYTc4ZmQ1M2ZkODNlODI0YmFlODY4MWJiMzgzYWM3NzJhOWYwMDZmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:06 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkN3cm1CYk5QY05GT2lROEVZMEEwRXc9PSIsInZhbHVlIjoieDlxVjRtZzdTZ24weVY0NWdZQTNjZXNGTDlJMGI4bzhDNjZYZ2d3RzVwdXpoSllpMTlKQXpBTXJvQXNHWjVoWEZ6cVR0clBoKzVDZ1VySzA1R1ZMYVhaRnRYUkRMcGNraWFzNzFUVmw0SmtlbzYxaXNKeWtzWFBXOG5PQmhnT0oiLCJtYWMiOiIzMzMxMjE4MDQ5ODBhZGY4YmY4NTcyYjZlODE4MTc3ZWMzZWQxZGJlMmY1N2Y0YjQ3YzEzYzBmODI2NTc5OWI2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/certificates/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/certificates/soluta" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/certificates/soluta"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IisxdWNSdDk0NmJzYVlVRy9ub2xtOGc9PSIsInZhbHVlIjoiRnZNRWRQWWFpbWY5WmtDZ1FjcFhVRGdtQWpnYXNSWUxvbzRSRlNjTk1vMDZaNVNoejM3ZmQ5cmsvbTZMbGpjcVlkTmp4RXUyaklydjNaL1pramVFYkR4di9oRWlFSTVHcGN6ZG1XV2FIS1pPaHFySHgzVnJkalpSU1dGVEZsYWgiLCJtYWMiOiIwOTBjYmYyYWVhOTVkNzcxOWE3NzViYTViMmJlY2M2NzNlYjdiZjIyNmZkN2MzYWJlM2E0NzQ3MDM1MmY2MzBlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Imx4T1hkUS9PVEJ5bUEwWUFNRG5EN3c9PSIsInZhbHVlIjoidi9PQVp1eTBNRi9obVZpTjhFVk9VUFRUd0FsdUg2cC9HM2VVVDhEVUtuejZhcVo5d2xBYW5qNXl1bVRERkRFK0I0ZjFZU2cva00yYjVzbWZmZUxaWERjVFFNZjlJN2FLL3RnZWlZc2ptN1Nydm1ub2l1aFc1OGJDRTEvQnhzVWgiLCJtYWMiOiIxMTUwYzZmNzNlNTBkYmI0OWVmNWFkZTFiMDE4YjJhMmIyZjFhNjdmNTE4M2MzMjRmM2UxN2RmYzE3MDQ4ZDIwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/{id}/statistic
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/enim/statistic" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/enim/statistic"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Imx0Ykp1Yis5b3IySXVjMjJPUjI1c3c9PSIsInZhbHVlIjoiSDY3aXJjdHBGR0IybXZpdVpUbFd2cDF3QXZHSTJ3cGtOQjVwdWRxSXl5SVNDOExKYmI0MVF2b2FJa2h5bVZ1eUFEOHNkUWxxeXlKQSt5YjREekxoeTlseXFjSlNSNjZqZUN2Z1diNnZSTmk1M0dTNzVqa1NBTS9ZQTlLbG5UbC8iLCJtYWMiOiIxNTBmNTZkYTQwYzNhYjAwYTBlM2UzMTQ1MGI1YjJhZDRlZDRjYjZhNmU0NDgyMmZmMTRjNzgxMWI1YTEyODFjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImI0VFBtY0ptNXo1cVB5V3g4UGwyYnc9PSIsInZhbHVlIjoieGx3Qjk5VlNqTkVCbks2L3Z0T1V2UmNXeENIQ0REa1RhSWNtdUNYZzNzV0VKSFlpSlJaRjVoYVErQkVWSVRoSUJWYjlIWFNxSWVtb3lVcUJNLzZmNDcrN3FJWTU4UzdMOHl1UnJsb3NiVXU5cXJob3BLNEUzTmRJNTBrMFkzaU4iLCJtYWMiOiI4NTcyNjIwOWUwNjgxMDIwYTNjYzI2NDI2MDg0NTkyMTdmZjNiOWU0NDhmMjQ5YzY2MGI1NjFlZDAzNDg3YTJmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/bundles/{id}/buyWithPoint
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/bundles/possimus/buyWithPoint" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/bundles/possimus/buyWithPoint"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/bundles/{id}/free
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/bundles/itaque/free" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/bundles/itaque/free"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/reviews3
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/reviews3" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews3"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkNRQzAvck5zVVlVelJKYXhYRHV1b1E9PSIsInZhbHVlIjoiTXhXcjZaczlzMEZTTkllSlFrQlgwOVEyUlA2OUVCUnFuSVZOOVFGYjJDOFVHTUxna2t6eU9ZODRVSFMyT05VY25OSzZPTjZ6ZFR0MkFwUS9pU3lHZnhkb1hkOTk5OHV6cEdhVlpWdDUrWlpiTzFILzgzbnlGK3NXcVl6RjBhMDYiLCJtYWMiOiIyYTJhNjJlYzEzNjI3ODc0NGViNmNiZjM1ZjIyODljYzRjZGRkNzRiNjdiNTJhMTY0MDRmYWY3Y2E4NjRkMDA3IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IktScDhIZThIOVhpeWtPRXhSZEFxdkE9PSIsInZhbHVlIjoiVnl4YnNrSEVySlBxNkFXOWt5TDlwQXV2Mm9McmVYNDZSWjNtMDJOdG5sSWQ2ak9MUzRCZy9xWi81NEdFcTRyUWt3aUQ3UkRHWWdrYU1pWTlRbXlqVkk1ekl0cXpjWFFia3ZnTnhoanI0YkVEMmhEQkZVQzdiMTV5MXFZL2kxb2YiLCJtYWMiOiI0YzU1MjA0NWI3ODAzMTFlNDAxOTcxOGE2NDZjNTc2MjFjM2NiMzAzNzIxOTMxZjQ0NDQ5ZDU0MjdlNzYyY2YwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/reviews3
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/reviews3" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews3"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/reviews3/{id}/reply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/reviews3/nihil/reply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews3/nihil/reply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/reviews3/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/reviews3/et" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/reviews3/et"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/{webinar}/noticeboards
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/omnis/noticeboards" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/omnis/noticeboards"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Iklvcmo2eDRUVE04dDNPZDJRSHJndEE9PSIsInZhbHVlIjoiWHlZU1pjQ3hJRVlvN3dkUDVyRDVXSWtETjI5Um1FYzlETmpad09tOXMwdCtFRXRuOVZGOC8xZVgwMmZVR3ZrTVloRXI0NUJHU0x5MU9tRlNERHVObkVqYzQydjJrWDd0RzJLanRjOTJrempMWXQ2SXBza1BMZkVvK1BtQkNMMFIiLCJtYWMiOiJkNTY0OTQ0MDhkOGFmYzEwNGNiNjE1MzdmODAwZjNkOWFlZWY0ZmJjYzI5MGE5M2U3N2Q3OTgyMDM2NzgwNjJlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkNOZlJpK1V6a09vM0hxa0ZjanhlMnc9PSIsInZhbHVlIjoid21rWVcxT0FuTzdnampEVG1lSXNaeU5hYWlXb2NkeDJzSTFuZVhIR2twVXo0V3hiMXIzYjF6QlJsVFVjWGVUVFNlanlQQVhybVJaTGtva0hpWW9oekpYajhteWN2MzQ1dkk0dmREZUdQakxFSnAzS0VYMmJkU1JjSmVQMW1OaVIiLCJtYWMiOiI0OWU3MjFlYzI3YjQ3ZDg5ZmEwNTc3MTI4ZmU4YTczOTBkM2EzNDEwMWJjNzg0MzczNzMxZGY0MWI2ODM1MWM0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/{webinar}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/aliquid" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/aliquid"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IndZdFJRNHlwYm9hOXIzbFZybG56bGc9PSIsInZhbHVlIjoiaXFoWFRqelFwMkdrMlFuVWlINHJ4Wkw1NDl3OXVhR1VIeUpMdzdTWmxIQWlDTzV3aERqWUVqNlpKQ1F1Q0tvL2gzQlF0NVFBSnVOVE9uMFc5OXNpYUVjZWhNUTlDOTFLa1RmOUFxYTlEWDFEUUV2WTk3UldPaGc2N00wREVRblAiLCJtYWMiOiI2ZDg4MjFmMTk1MjY3YzVlYzc3YWRlMDY2MjQ4MjA1MmExNGE3NmEyYWY5ODkyNTllNmM5NTk1NTE5OTkxYTFiIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjZxeDdqbFl5S3NydkxEeDhEa3hPMXc9PSIsInZhbHVlIjoiczU0QUV2RytjMDZTQlZIYUdlMjc4MEJINHBITk1KaTIzNlZDWFQ3OWNtOEQwMXhoeE9lOEs0L2xBQ3F5TkNzK09RZGZ5bUhtc1FNY2pXZVo2N0RwWGp5R2dHbDJwc1lOSVhIdzA0ZXBrVUJ1eTRuVEFkZWZvOGFrS2tpamtPMUkiLCJtYWMiOiI1MDIxZGEyY2MyNDkyN2Y5N2NjMzUxMWZiNWNmZmIxZGYxZTJlNjc0MTY1NTQ5N2ViN2YyZTE5YjU5YTM0MWQyIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/{webinar}/chapters
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/aspernatur/chapters" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/aspernatur/chapters"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkhMZHhGRzVtNVV4T0p3UnRmSnltZHc9PSIsInZhbHVlIjoiSWhRVUpyRzRSMVh2V3VoMUdQMzNoTFlhbFdMN050MENCZkVEZDgwdE56UzIrbnpNbWVkSkVXZXBuVi9RT1pDbmJRUWN5K1MxWUJLUmYzYWl0SXcwU0lOTTFXT1dINGRRYmllMWNvcFJ6anJuL29ZZEZRR3ZaWnUzMHJ2S1FyLzkiLCJtYWMiOiI4YzY0ZTJjYzRjOTY2NTUwYzU3YzczNzIyZmI2ZWZmMDVlNjRiZGYyNTMxNjRiMWVkOTJhYmMwMWQ5YTZlYTQ5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlJyR2FlakVaQ1Z0VzVrU291YWxKUUE9PSIsInZhbHVlIjoiM24zbTlhMDZOK0lQZlgzS1VqRGZCKytUWGswcXVUdG02UUUyWS9HT0J2R3pmc3l6bXE2b1NyZ1hTakt3TU9TOWRiQ2pjS3MzYitvcTkyRVN2SkUyWDhoaEZjUFJEbmUxNGpXclpnekl4RDl4aGVSZDUvMGtBVDBMdUwzRFR1MTQiLCJtYWMiOiJlMWMyMTA5NmRkODJmODA3YTc2NjcxOWFiODRmMDIwZmYzODdmNmYwN2JkMjAzMThmZTU3NmFkZTNlNmM5ODdlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/{webinar_id}/forums
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/1997/forums" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/1997/forums"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IllPdHdSTDRPdURuUE0wNjM2RXZ2bHc9PSIsInZhbHVlIjoiUTl3VXhEWHI1T0w4ZGlNbzFKbEF6d0wzYWsyaTI3Y1hzdkgwSkxvdzFTTkFwdXBDQlU5MVA5TUhuV1ZUa0RIbzNOd1lYUnJjL0F5SXNDNnZoaFhCdGdoYWVKUnY3OXZYdEMxbWRxR25OYitMSnExR1NZamFDcit6N3htcHI4VzQiLCJtYWMiOiI4MDlhOTc1MGNiZTQwYjdlNjA2MmQwMzIwOTcyNDEyYjdiOWFkZTcwNjgyODk2ZmJkMTVjM2JiYjAwMTljMzBmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Im1pSVR3cnVXNGpyRWNldDhGelgzSUE9PSIsInZhbHVlIjoiZk42SWJScFJreFlOa3ZyK2YrSFJBYmt2NGRMV2thbXlVblJUSjBVU3VLQnpHdW14dVhMaDVFQk5FcG9rZE8vQjJ1TnVVMVM5eGRPWVV4Mnk0S1hsRW1oTHdtQlViOW5IeE9rRE5hc3hBZlk1cExnRmNkQVNvd2JxVXBIRDhtUUgiLCJtYWMiOiJhNjE2ZDcwY2Q4N2YxOTkwZTRlYmJjNmFkOTA3ZmY1YTgxMGZiNmRkYWNmMGI2MTVkYzczNTk5NjIzNDJmODAzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/{webinar_id}/forums
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/1997/forums" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/1997/forums"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/webinars/forums/{forum_id}
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/forums/{forum_id}/pin
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/10/pin" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/10/pin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14/answers" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14/answers"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik5MM0YwS2VOMkErRHZYZkdLZDl1N3c9PSIsInZhbHVlIjoiUkRZY3RhWVJZU0hjRFl5a2VSQ0JITUtFMG1BcnZxcHZ3b24zaEZ2U2ZDSmRIR2IxNldyekR2S3lYSUJ2UFZtTzNQNk53UVBTSzVkZUNCT3JMWHBGRjBJNGhXdDZsWkRCc3VaNlg3VzJwSzlGbXV5SEJvUDRtazhOUSt1Qm9IcGoiLCJtYWMiOiJjMWE4MGE4NDhkYzA1NDY0MDRkYzA3NTA3MTdiMTg5YzZjMjM5N2ZhNzdlZTA4YmM3MWRmNmQ1MmRlNWQxYTQ3IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImVqaWNTY3pLVUs2MlZHQ01qcUU2SkE9PSIsInZhbHVlIjoiMU9ycHlXdzluTUhwTkdOV3dDcjl3U1VPU1hqeTcvUEtCTk02Mk8zeSsrSDkyTVlVT0xtbTUzbkNBdE92Nm9YMTNCT3lkU1Q1eURUYXI5U3U0Q3VKV2xRSnJrT0lEUTdjeDBEaUtoWUVOTHFCSVJ2bkVYS2V4M0J0MFRuSDNmSS8iLCJtYWMiOiJmNjIzMzBkNzQzMGRjOGEwYjgxYmQxNDA0YzlkN2Y0NGM1MzhiODRhZjU3MDcxNDJmYzNhODczNzZkYzRkNDY4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Store a newly created resource in storage.
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14/answers" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/14/answers"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Update the specified resource in storage.
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/17" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/17"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/forums/answers/{answer_id}/pin
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/8/pin" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/8/pin"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/forums/answers/{answer_id}/resolve
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/18/resolve" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/forums/answers/18/resolve"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/files/{file}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/files/consectetur" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/files/consectetur"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImlxRzRJS1F5R0lJMHpsSEdTeG9DR1E9PSIsInZhbHVlIjoiclJMZGlhWXl0NjYzUTY3d3lEQjlVV2MyZVBFZkFXaVoxbkJKMFBvM3ZaQ1ZLdWZSSjVyVWQzazFzTHBPeVRiTWNwSEZaNVdYQnI5ZDVIbVl4WXpoVGhYckJDN3NMWkh1ZUd1WmRTU2lYT0M4UTdJRDhWa3RVbG45ZFJPM3dLNWwiLCJtYWMiOiI0OGVhNjI1ZTUzOTNjYWQ4ZGJhMGQzZTRlMTY4ZWZmZWYzMTg5NmRlZDhhYWRlZDIxMTE5YmYwYjk2MDBhOWVjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImM5QUdvY3NOTlFQWXFyeFhKRmxaMWc9PSIsInZhbHVlIjoicDFvdU5BYVQxT0hyNWRoSERIYzdoenhnTzM1eE5JaDh3NFI4cE5tKzBONWw5bDdYVE5KbkRQME1oMlRza3lOKzJxSkVnUTdKeDBGalEvd1dyc1FFNWtZMUZYODNpV2lOc0JFOFVjNjh5UEw3d1FGYnhSSXhENUM2ZlpMZTdWZ3EiLCJtYWMiOiJjZmUyODJhZDg2NjRiMzE0MmQzMTEwY2I4ZGIwNzVjNDkzMDA2NzMyMmRlYmUzZWM3Nzg0MTNjMTU5OGJmMWRmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/sessions/{session}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/sessions/dolores" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/sessions/dolores"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImNiblc4QXVQUE1TYU1SYjJVUk5qaEE9PSIsInZhbHVlIjoicXRVdVdwSTZyL29wSlBKdEpzbERHRldkVDc3TFRXd2prRi9EWFVaR0FVMkxGSkJxVFNmMXdKSVZuNFdZdzI1RU5uSmxraDNmNnY4dGU2VE0ySE5FeHBXdHFDM0J4dHAybTFNMXhkNkVsUHpkUU1ScHlPd2dGYlp0ZE5OWG5IdlgiLCJtYWMiOiIwNTQ3OWYzNzQyZGM0YTBkMDcwMTVhM2UwZTk0MTNmNjc0MDM2MWNkZDI5NTdmYTk3NzI4MmEyMGNiNjA5Y2U4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ilg3TG95MGZXV0tnS1V1ZlROZi8yWlE9PSIsInZhbHVlIjoieEpmc25UcDZvNHVZdkRqU3Z2U21paklaZzg0di8xSWFIZnVPUVl1RkJUUCtpSWxQVU9WSzZTcGpic1lBRWRvRDV6UnpaVmNuR050eVJWRG1jRzZQTUMyMVMzYTAwTG5LRU01ZGE4aEdkYWl0cExKbDdneXFidFVzOFlUeEY1eEciLCJtYWMiOiJkMWMyMWY2ZGYwOWNhNDg2YWM4YmE1MDQwNjAxMWRmY2ZjZThlZThmY2VkOTZjODYzNTA2ZTVlYWIxMmMyY2NkIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/text-lessons/{lesson}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/text-lessons/ducimus" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/text-lessons/ducimus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6ImduUUZFaDd3RjhLSzFVUUk2ZkVkL0E9PSIsInZhbHVlIjoiNDlvK0pGVnF4aDFNRzJpYk9hSmkrV01zZzlNS3VuNFNnSHVNU1pMS3pINmk5TzZETlI3RXRmb0N6WEpWZ3g1clVOS2hxbThMazRxcVJWM0lTRVRjUElXeTdpM0VETnFJeUZzZ2RKalFLQWpsUjJPQjBKK0wya2lraVBJNGd2Y3oiLCJtYWMiOiIwMjI2NjY4ZDNjZTY1ZWNkMTZlZjUyZmZmZGM1OWRlZTRjYTk3MTFmMzhkMjQzNjUxMWU5MDRhYzAzMmY4NTc1IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjhISEhMSk1wUkJyek80QjJMSzlyVnc9PSIsInZhbHVlIjoiN0x3TEtMWGl3SG1TM3lYTGxySzBZejAzdWdwbU53V2o0cjNjR1ZESG5vMVZDL25hNjUySmdGQkM4WXBUWFNFejFGd1VEVnBjbzdTNWN3VEIrMlJzamZGWnVLQ0N4L21NN1lTSmFHYWV4REl3OU5XTGIrK253ZWc5R0FkVkFkVmQiLCJtYWMiOiIyNGZlNDVlMDg0MDVjZDg1NTBkNDI4ZDQ1YjUxNzBhY2QxNTU2YTRmZDc1MjhiYzFiZGI5OWI1YzE4NzlmMWFlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/text-lessons/{lesson}/navigation
GET api/development/panel/assignments/{assignment}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/assignments/iusto" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/assignments/iusto"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkFtOWNwTEpxdmI4V2djMllKNzROQXc9PSIsInZhbHVlIjoiQ2tIanI0LzZveDZ5akUvUSt3aEhYNjM4L2RUcGttSjZ2RndMY3NpM2dOdGRDWU9NV3lhTEhKa1dscnVxSmc5QTB6TDhYeEsyK3NDOUFTT2txY2xWQmRDbFFpRFdjMS83MlpqcUhYZFlxU0VOaWIzNm1CWVppTWdIVlRMWjJhWC8iLCJtYWMiOiIzMDU4NjYxZDQyNTYwOTA4YzNkYmNhYmQ1OWZkMTllNzRhYTYwODg1MWIyMmFhODRkY2UxYzg1M2RlZmEzY2RjIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlljL3N4allQUkNuUWIrdnJCWmw4NlE9PSIsInZhbHVlIjoiVzdpLzJLWHRtTjFoc21NNGc4Tm5Pay94Q1RzTjZpTXY2bWd4R2VoOVNTd1ZIZ3RuYXphWXVYMDNkWVNUU0V5VDZzdEhzWnJsODhvb09OZE93a0d5QTRDTDF4Um1yVk43SnBKQ3MxQ3k3RlRHbGxmT041eWRBNU5FbUZBRU1NMHEiLCJtYWMiOiIwNDgzMjg1MWU2MmVhMzQ5NDBmNmExMWY2YzYyNzcwYmQyMWM1ODllZWViNWU1YzNkOWQxNGRhZTYzYzA4YzRhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/quizzes/{quiz}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/quizzes/nobis" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/quizzes/nobis"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Im1YTDRSMkZLRUl4eDRWOVFDYVRnelE9PSIsInZhbHVlIjoiaEdOSFBsMG95OE9ibFhHWnRCQVFxYnlMV2hQTFFuQnR0UU9Fc0I4R1ZiallUOE9leUNiRjU0T0tmVzQ3YmdzekVmZloxNlVBV0ZpUXZqRmZ6MHZNcElHWE9SNGlYRGYycVRFR3FyaVJuR0tkd0hRWmtYeUFHZGFPeEZuMTJoYVkiLCJtYWMiOiI4ZDY5ZTE4NjM0YWNiMGNhZWMyMDFjMTdjNGI5NWZmOGJkODgyM2MxOWQyYWZiNmEyZmZjYTg4YmNmNzJkMDMxIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InorK3M0NWliRU95VjJFcnV6REgvOVE9PSIsInZhbHVlIjoidDNCa1dqcWhBa2x4TUU3QU9UNmlkL2w0UThHTG01NnkyV21vTEQ0NjVuU1R3WTU3Qk1peXF4VzhsYWNWUjBTUDY1K3A1UDhVTXpVWnFZaHJtVkhhN3p5b0ZUalpTUGM4LzFDUEhySXVVOWtIUFMvSTRZSU1aUW9kSE5jWkI2c3giLCJtYWMiOiJkMTczOTA2MDg1YmY3NTFkZDg4ZTA3MTUxYjE2MWI0NjgyMTQyNTAyMTNmYzg2NjljOTcwYmI1ZTlkZDVmM2FmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/session/agora/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/session/agora/accusamus" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/session/agora/accusamus"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjdJOG1HUG95Y2gvSTN5aTA3RVBKaFE9PSIsInZhbHVlIjoiVWdiUjhwbzBQOTBxUkplZGdJUEIvdC9hd0FiZE1vOUpjdVh6cmVmSmxsRUNRYzdaZVlwMXNLYjgxVWNkM0JmY3FsMndDbS9nY3FpcisvbjhUK3JpeHhCNnkvSlBFY2pNVGxGTllxRjVvaVhzd2w0NjNkOXJ0WkNoSlZhUE1kOG4iLCJtYWMiOiIzYTc1ZDY1MTcwNTM4NTZmZTU4OTRlNTExMmM3NWVmZThlZjEzY2Q2YjQwOWRiMTc3ZWQ5Y2Q3YjYxN2Y0NGE4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:07 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlFoZ1ByTmViUmFGUko1QmR6Rm5Da2c9PSIsInZhbHVlIjoieHUxSEhFQjZXbGtMdkt5bUs5eEpyL1FLbldJL2xxM2Mybjk1MTJpVG41TWxya3JkTEFXOGd1RHBLUFF5dGtUQnBqY1I2dTM0OFBMOGNVcmQ3bzB1YnVwQjRXTXEvMmtNWW5qeGUrVkFwbis5bjJhRjlkNFEvYVgzZWtaUXFWb08iLCJtYWMiOiI5OTkzMWNiMDBiNjI5YTkzZTNhNzkzZjg5YmVhMzY1MzI2NWRjN2JlOGM2MTRhYmRjOTNiMTg3Yjk3ZmYyNjUxIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/panel/users/fcm
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/panel/users/fcm" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/users/fcm"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/users/login/history
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/users/login/history" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/users/login/history"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlBubkZWUm9SVHVtNmd2cmwwbG9VekE9PSIsInZhbHVlIjoiM0NaTHhUZzVtWDU2cnZGNHcyM0hRVzhZUkFUWi9TblJsT2FEb09uZTNhcFlsYk56anB1S3hqa1E0Z3ZpUVRISmthMkJmNlZRaCtpdXpzcU1FY0dMaHN0cnpLWmpsWXN1b2tHUHJESkcwc1lBbXlrY2N0OUIySHNrQkVQYUNPS0MiLCJtYWMiOiI3Mzk1ZmU0Njc3MGFhY2Q1ZjM5MDE1MjNiNGE1NjI3ZTNiZjc3NGFhYjcyNjZkMzUyNTYyZWRjZDg0NzBmZjUwIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkxiQUVObXRQeE1jWS8yckRpRFdDZnc9PSIsInZhbHVlIjoiV2ZvbnowekNXUVM2S2FaZFM3T25teHV1blBzQjM3MU5QR09NVGd6MkhZdUlBZHhzdkFwd09yaHNQbGZDenNyYUlGOC9MbnNnblQ5YitTS3g4MWwzNUY4VHNMZC9TYXQ2WkFaR0oxMnpVS1JadWQ4Z2VXWkczZ0RSeXlRZjdnem0iLCJtYWMiOiJkMGI3OTg1NzUxZTlkYTNiZDMyYmE0MGIwOTkyZTJiYzM4ZmQxOTRhN2I1NzFkMTA0YjNiMDBhN2NlZDRhNGZiIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/panel/webinars/personal-notes/delete/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/delete/repellat" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/delete/repellat"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/webinars/personal-notes/{id}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/autem" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/autem"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjRYRUQ1aWZaa2RqYko0dlNnN2RQcVE9PSIsInZhbHVlIjoidEw0eVNlNHNMekZqRWhLd1h3dUY0VU50VHY1cUcrSXg2MFg1d09PUU1zMzJDNm5Mbk81Q2FrTlBoR3NHNVhCb09HTmJ0cnlMZDNqSFBUZWdtZzFGSFdoaEcvN3ZMc2VPYlMzWlRXY1BtS3FXTkw3Y1pBMkxXWmVSS29aZ09ZTjciLCJtYWMiOiJhMjMzNmQxM2Y4Yzg2YTAyOTlkZmMwZTVjODZhY2NiOTAyOGRjOTgzYmEzMTUzNGYzNTBmZWU1YmU2ZTE2ODBiIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InpYbTQwOUVZb0txcmZmbWhYMjg1MGc9PSIsInZhbHVlIjoiZVRsYlR4VUh3UlQ3S1ZBMDRrb1pLZlBaanlmSnVHYlVnQXRJTXQzS0hoNTJud2s2SjAxRnNDSEtTVE9aM1hEdTZVSDM0WWhtcGdoNXNYS3BaRlVJMVF4WlpjZU9DdDJVcmdsQjBhclJYOHBMU2NnaStnRThiNEt4VnhyRytRSS8iLCJtYWMiOiIxNzQ1ZGQ1NzllMTNiMWIwMDhkMWJmZGY1YmE1MDMxMWRhYTBhZjg2MjZmNzEzOTI0ZmQzMjY3OGRhYWNkMzEzIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/panel/webinars/personal-notes/{id}
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/illum" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/webinars/personal-notes/illum"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/panel/offline
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/panel/offline" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/panel/offline"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlduVVNqcXhSdmVES251U2h5aDRrRHc9PSIsInZhbHVlIjoiQUZuVk5NWnpIWWZUQlhyb1JkYWFrc2tUbmhlWEhGbGJ0Y2JyL0F6dmhqZDZWOHVFSytDZVVPb0ZGYmpvc2IrNTMvZnZ4eGJnSEJ2aFlCOUljV2dxblcxSVFjTzFrRXNLaXhBOUpOMS8xSHFXeGJRQ09ZWEdkRE9OaHJxUWdxRjciLCJtYWMiOiI1M2JiYWEyZjhjYjE1MGVhZjllMjBjMGRhYmNlYTI0NGE1NjgxNTUwMTQ5MDY5NWZlYmY5NTQ3ZTY1ZGY0NmY5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImZFZzJJRkRXOVM3VFk1LzhaTXZTU1E9PSIsInZhbHVlIjoiVVdqaUVpS1A0cGI2NXFGRC9hdTRvK0N4by9Xemg2Vm5TTEZwYlBVUDUxeTE3Y2RTeE90WldXcWFXWFJZK3BpcUUzZDMvUFRGWUNxSCtxVC85eEp4YkJwM3JzekZLVlhHWWQySWM3Z1RIWEtNNzF3dENpVVVGamxnNE5wRmxOdlIiLCJtYWMiOiJjNzc4NzZlNmMwYjI1MmIxNjRhZWEyYmEzZWQ3MTJjYWRhOTM1ZjI5MWIyYWVjZjRiYmZjYjg3ODBhNWIyZTRlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Create a new controller instance.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/config" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/config"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Im5tdTVjR3BEVGZhTXVWZWFDbVA2R2c9PSIsInZhbHVlIjoiOEREemVEM21uNlN0cXBYNXE0UHpqUHY0VTkxUWNxWkVHSXZTRWIyVUVsRjZ3QVpBMjhXamJkNkJpTnlOTllNcENzUmdub0lEZFdod284TlgrLzhwcXJqZVdhdUZVVW1OTGk3bjdTeGFxL3hMS2tUR3psNEI3emh4M2FEeWFGTE0iLCJtYWMiOiI3ZDRjNTVhN2MyZTQwYTFiMjYwZDQ3ZTQ4MDFhMzY0ZTY2NzNlODExZWEwMWZmYTQzNWE3MTVlMmY1ZGZlOThkIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjN5SVhvZ3JjVE9KMUgwOUpBMEhMWlE9PSIsInZhbHVlIjoiYkRtTmh5RitXNVJNVXBSTldCZ3VOVi92ckpnNkJrT2tGN1RSbkVDTXpndVMzYzlMd0R3RmhRc0V4YlF2UUFQc1lNakdmZnNZWmJXMTA0eUdtd1RlaHdNamdvcWx1S0xWNXBhaGs4M01GNEh6QzMycEM1Y2NRZkxCM2hxVFhUbmwiLCJtYWMiOiIwMTYwMDY1ODM1NzBjMWJkOWQ2YTg5MTMxNmM4YmJhMWUwZGJhZjZlZjQ1YWQ5MWEwNDcyMTRkNjc3OTBhOWU0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/config/register/{type}
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/config/register/quia" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/config/register/quia"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik9QMkJyVFZBZmVZMmN0VGdTRzEyTmc9PSIsInZhbHVlIjoiU3YydzdHRm9oLzg0MFg2T0owRDlqZTdhWUtWZjRFbi85Y0hGSkh2NFVEbDRPdEsxL0dZZzdRWEFvNkNMcDFRZGFoOU9scXowZS9kTmE1cmNvU04wR0dvekFMVUhyQWZUbjBUMjdaM01rWVFRbFRWTTk5S3RSMHJzaXMzLzBlQlUiLCJtYWMiOiJiZTljMjYwZGNlMGUzOGQwNWEzOTVlZTU5Yzg2NmJhNjliMjM2NjIxZjc1OWVhNWM0ZGViYjg2ZWE2ODliOGNhIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Im5vQ1ovVEkySXdFQVNVcmQvZkpIZWc9PSIsInZhbHVlIjoiMjZBd3p6MjFmTlZ3aXB4UXdONzJYZW5lM3hGc0gzNXVlcnZQZ0dYdTFMd2hpQVhyOFVFMDlzQ2tKdGE4WFN2NWpVM3FZZG04OFJBWmp1Qmd2ajA3S0ErVUJNVUdSYndDem5Va0VxZ2psdDZPQkhqYnR5QXBUUUNyakN5VE4wenEiLCJtYWMiOiIwNmI1OWViYmRlZGI1ZmM1OGRjMTY1ZjFiNmFlNmE2MzY1ZTk0Yjg1MDJlM2UwZGJmMjNjNzkyMzI2ZTExMGI3IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/bundles/{bundle}/export
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/bundles/excepturi/export" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/excepturi/export"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IkpwdllISU9mNFdqT2dvTVNXaHR4OVE9PSIsInZhbHVlIjoieUM4YllOdzliTzFXRklycmlaVWU2amF5TzByN09iOTdXaEtKdWNxdllvSk1PcFUyR0JGVHpYd3Z2WFJLdjRlRVVoc1RuMHVVQm1oRzhUekxCTC82Um9oTno4M0VrV2czZDV0K3Btc1pXQ01Kak9SRjl3UTQzem1BZVRoYXZ6OHMiLCJtYWMiOiIyOWQwN2M1Njg5ZjgzMTBlYTU4NTY5ZDUzMzgzZjMwMDIzYzA4MGUxMDExZjcwZGE1NDc1YThjYzJiYmQ0ZDNmIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6InAzZ2RkeWhjak5kS3NEOUdwdjY5QlE9PSIsInZhbHVlIjoiMjZhMXBsRXJ0ZnQ0aE5YT0Z6UXhoSU16TW1pQlExb2tYazlyNnJTbHpCVmhzNENCY0h1K0g1cnpnZEI2ZENSZEx4SFh6WUFiZFhFc3A2cytYdnVzVnN0eEEyQVBRRkFTcXZ6QzdnQzVDengrcER2YVBkRXQ3dXVkTzdzOHlQSHoiLCJtYWMiOiJlMTk2YWI0OTE3NzhjNjgzNjlmYmY5M2RiMWRkMzQ4YjNiMTlmNTI3NWViYzM5ZGZkZWZmNmY0YTQ2ZTY1ZTY2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display a listing of the resource.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/bundles" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik95MVk0Nkd0WVVjYm5ObzEybzU5MEE9PSIsInZhbHVlIjoiS0dlWk9XZEx2RXhWRVREbmpsQ2ZUOFV1anVocnE1bm9mVll6NlBHaTVPVHo5dlhIdVRZeVpEL3dGRVpJczJSbmdMbmR4VFpQb0ZSeEVHYjRQNkpzazZlcURxcnA5MEpMMTY3M1EvOGJzcEVhK0xwd1VrRy9UZ0VkMzN3SW1NT3MiLCJtYWMiOiIxNTI2ZjQwMjQ5Nzc4OTM5NWFiNjlhZDE1ZTQ1YmQ5YTVmYjIxYzdkZjg2MThlMDg4ZGJhOTlkNzJhNzg3NjM0IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlAxYUJ0TmVRWExtNmorVlZmdHI2ZWc9PSIsInZhbHVlIjoieHBHeXdSMzlPcE1VMjlha21nMlBhSFhKV2RIOC8zY2JTRTNQVU5Od0Q3K3FGc3g3UXF3R3FhQjJZV2dmVTVjM0xnUTdLa1p3ODJrVUswUWdqMUxHZWpDWG1TcnhmazZwd1phV1NvYVEzdDBnZjZiUDkrTWs0OWtZaDhaU3pQQzMiLCJtYWMiOiI3YzAxOGU5MTk2NDc1ZDc5N2QxMzcyMWM4YzJmNzkxOGJmZDIzNDI5ZTQyZjhjNDA4MzM0OTE2ZDIxZDJhYzVmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Store a newly created resource in storage.
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/bundles" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Display the specified resource.
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/bundles/incidunt" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/incidunt"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik90elduSG5Ta0VCMVdZTjdWODNwOUE9PSIsInZhbHVlIjoiLzQ2RkI0OThKK1hqRHNpbHhPNktFdjNnNko5OUtKZVVJRVNKNWN0eHdoS1VxUnJWTXI4UllDRFJiOGN4YXlzbVVkWHViRjZ3eWxDZU9OTXpoZCtuMTNHYURLVU82RElBL1ZZZStYYmtWNHpOWFFiR29RTzRTM2hmY3ZlWjZUalMiLCJtYWMiOiI0MDkzN2M4MmMxODFiNDgyNDE4YThmOTI1MjBjMmEyNGJhNzBkNzFjMmMzNDIyYzYwNmUzZGNmNmU3OGZjYmVlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjZVbXZvdUx4aG8yeTk0dXhjN1VkN0E9PSIsInZhbHVlIjoieGhwWVhlR09yWTBOZHpCWi9SbDhKSi92bnd3WVJZemVPbXpMV1Frd09VMWVZU3ZtVmY4TTlBQSs0NkRDTndtOHhyenIxSkxrbVNHdDRsUnZTSWN0Q0JDT1hwQ2U4ZXcxelIzdVhFWGt0NzdJL1c3V001T2lhNFhLdG5mNEhiNjUiLCJtYWMiOiJjYWJhZGFhNjUzZDBiZDk2MDY1MWZiYjhlY2NjYTFhMjM0ODY4Yzg3ZDM1MGNjNmJhZjgwM2VkOWQ3YzUxNGI2IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Update the specified resource in storage.
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/qui" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/qui"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Remove the specified resource from storage.
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/1" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/1"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/bundles/{bundle_id}/webinars
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/bundles/1/webinars" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/bundles/1/webinars"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ikw5VzdOYUUyOGljL2lsNk1ObXQ3b3c9PSIsInZhbHVlIjoiV1AzRjNSQ3NwMlYyYUM0R1VlY0t0Zm9wbXB3UE9ET0VjR29FZkNIa2JCb0E0WjJGRlhIRDZ5enRELzNFQVNNNndQaCt6Q1RWSGI0bFhXUjhaSTdDbldaT3NUMlpNbkVHOUJaUnlBOGtpOGpPVFZVdHo4VDlsQWluWGtBL2RuTDMiLCJtYWMiOiJmYjAwMzE3YmRiZTQ0ZDFiNDc4MjZiZDlhMGNkYTMwZmU1NThjOGJlMmRhMDM3NGVhMTc5YTk5MjRmNDFjYzA4IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ikx3SkhZNzA1SEw1QXM0eUdtWTdUVkE9PSIsInZhbHVlIjoiNGlCRG1JM2lua2s2enlkSjJ6YVVYRlJrOTM3TENkWVlLNTZScDVReUZBYnhrSzY1Zk1DUGk0cklEOTV4c0ZFNlN0QTRHQ2V5ckM4Y0dDTzk2VllLUFFqTjJjMkZUdkQrZVRFWDljYlBxbTJlSTdYbVhDZnpGcTZ4UlBZMElkVkwiLCJtYWMiOiJmNWMzNmJhODljN2ZmZDZkMmM0ZjYyYzcwZTViMGFhODAxNTBhMjY4NWE1ZDY3NzBiNTdhNmYxNjJmYjVlNjNmIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/webinar
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/webinar" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/webinar"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/quizzes/list
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/quizzes/list" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes/list"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjNJNTgzN0tvN3d4Qkxzdlc4UjBQWlE9PSIsInZhbHVlIjoiajNBL0xLcVV5a0w5eVdBWnpGVXZJMGYrb1QyNTZkTm02blJwbTJvUFIvcVZ1WExmd0FsSHF6RGpGd3FhNnVubHBPWUdGZnpxZ0NCSVB0c3pQSWdaMEZ5WHhzUTJVZE91S0FZQ2RTbXZZVk9KNytJeHNwUmNnMFhwTk1DUHFWK0YiLCJtYWMiOiJmNGVkZWMwYTI2MTljNTI0YjYxYmY2OThlYTI5M2IyMmE0NzY5YzU3Y2Q0NjhlYmJhOGQyNmVkNjM1ZWZhODcyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IitpSXY2TTlWbmxHK0p5dUxDYzg2bGc9PSIsInZhbHVlIjoiVmNLTi9yQ2M0NnVhdjdML1Vla2h4alJHV1VVQVdPMlFiNWJtNlBJZmdCMUxaaklsYUY5SVM5SUV6ZnJaRDhvN1QwVzlUd1licGU3K0VUeWJrRGt2S0Y2RDBjQ1Nncm1Pc3AzNHd4ME5QNkI4WmpnQmhGSnZGQk5nenVUdkJUejgiLCJtYWMiOiI5ZjlmNWY5NTE4NDdmYjAwMWVjYzJjZTkzOTg2Nzc0NTcwMTNmNjZjMTJiZTBhZWZjODg5MTc1MjYxYjRkMTFjIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/quizzes
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
PUT api/development/instructor/quizzes/{id}
Example request:
curl --request PUT \
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes/eos" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes/eos"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "PUT",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
DELETE api/development/instructor/quizzes/{id}
Example request:
curl --request DELETE \
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes/beatae" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/quizzes/beatae"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/meetings
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/meetings" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/meetings"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlZNQ0UxbWZNWGRZRWd5SjhhSk1Senc9PSIsInZhbHVlIjoiaFVnc0JoNll6YzlWRkc2ekQzSExXTXRvY3laSGlZaktVTm5zWXZUdjYxVUNYWkFwcUVCS1FVaWQ1M3cyLzVYV2V4Zi9mQlhYamRVZW1Ka05wSEhxcFYycCsyWk5TM1cydHpNKys0b1RQUU1HZ1dKR09RVVNlMmJnbWNrNHRLZWEiLCJtYWMiOiIyMjhiM2RjOWViODkyZWUzZjIyNjY1YWVjNzBlMzk5NTY3MzZiMjY3NjVhZmY1MTJkZWNmMzgwZGI3YjZlN2Y2IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImVkSHg1bnRFSnB1VE1DN2Y1ZVVUbmc9PSIsInZhbHVlIjoiNWZlR2IzU204RW1NbkNnVlpBUHJWbTFaN1EyWDRJUXZGZVFFQUVQc3hyQml2REFkbWsxSE9lekpDaktzbGc1dnRxWmJiZFBwbkpFRWdOUmZRem5nWnVJM3pCaXJJRFI0NmR6OFNMTUw2bE1XVFFDdzdnT0pZS29CdDdQM3IrWXAiLCJtYWMiOiI2MTNhOGE3NjVlNTljNDQxNWRiYjk5MjJkMmExYmEyODgxNzM3ZGEyZTFiZWUyOWI0NjNmZWEyNjhlNWM5MzVlIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/meetings/requests
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/meetings/requests" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/requests"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IjF3cHFjUUxJeXI3bnpQeHF4ZVI4Q2c9PSIsInZhbHVlIjoiOFdVWFp4dm9ZZUc2cUE1WjAzckFBcmJjWUxnSFZhbE5tdWhKWHdpYUpxMUtLRlR0SHdDQkp4dFZQNFpyWFhmb0lsTnhnUlZPTDVTdkF0bGt0NyszTXg5NlFhaFhQUmpYaUJHOCtuUDRtbURFMVlTTUU4UitlQ3BZVVlKcThzNWkiLCJtYWMiOiJlMTBjM2U1NzYwNmI4YzM3M2JlNGE0ZWFhMzM4MzM0ODNkOGQyNWZiYTI1MjE0OTA2MTIxNjFlODA4M2Q0ODhhIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IjVwT0ZGT25vTjRLTFFFMStGM2s3Q3c9PSIsInZhbHVlIjoiM203WWQrU01RZWt6NjFia05kMWJKNGJ4UEN4WWYrWWpOSDViMUpsQ2tDd1JGcU1OS1lwaVNWVEJJQnZPK3dVUG1UWGZqVGxNeitNZkRSN1IzcERITnp4b05GRnZuTHVUQ2ZKdWlsRUdJamR0OURDV1Zzb09GaFpHTDNoQlQrRUoiLCJtYWMiOiJiZDZjOWMxZWY2MjJmNjlkZGZmODE0MzRmYTljMjZmMmU1MWVhN2ZkMmI0ZGY5NWRmMjdmODJlM2Y2NjFjNDI0IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/meetings/create-link
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/create-link" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/create-link"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/meetings/{id}/finish
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/necessitatibus/finish" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/necessitatibus/finish"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/meetings/{id}/add-session
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/doloremque/add-session" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/meetings/doloremque/add-session"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/comments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/comments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/comments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ik40RkFvcTVsN25yTWQrNk9VK1dzdkE9PSIsInZhbHVlIjoiQkxta0kxV1BlSTk5UnM2T2hwN04xT09qd1NJK203VnpaSEhTS2lzakdxWVhmeVp3N09Xa1FlSE9QZmlmT0NxekNvc1F3YktRNmFRdndZTTVMbHJweE5sWE5ucnhnVGFkeVorL0MzU2JRTHFLc0xjK1dPQzlZbTJRZE9zMHA3K04iLCJtYWMiOiI3ODQ0OTcwNGY4OThlYmQ1MDZjMDYxZTFkNGNjNWMyM2U1MDRiYmVmZGY4MzRiNzBlMGQ5OWYwMTMzNDk2NjljIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6Ik9meDVvZlVZaW83UzRaZmxHSEZDOEE9PSIsInZhbHVlIjoiZWhKTVRYd2dlSjFheDBsQzFxK293OUNLdzE0elNQWVlQWVpRcEo4M09PdXdUcm1sZSs5QmU0UVhRYVRodjBHN1l6VFA0UzlpSkNucU5ySk5PaUNZN1Rsek5Nd3FJNmtQeXhOTWMydS9FT1VxeVFpbG9xWUo4UjZtZEpQV284dmYiLCJtYWMiOiJmMDVhYzAwM2VkMTBmZTkwZjg1YzU3MTQ4ZGJlODRiYzQ2ZjA2ZDkyNTc1ODFkZWFjMTExZmY0ZGE0NGM5Y2Q4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/comments/{id}/reply
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/comments/rem/reply" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/comments/rem/reply"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/assignments/{assignment}/students
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/assignments/repellendus/students" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/assignments/repellendus/students"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Ijl0ZjN3SmdlNThmWDJia3NZSnJUaWc9PSIsInZhbHVlIjoiZ0tZdWFkT0dhVk1LdmRmV29acEIrcFhxaVJwVFhKVGxVdUNWMThUMFJxS3BSSndEQnhabEs1VGhxV2R1a1B3Nkh4YW8xY3lHVncydERvUUVMVHVtTlF3cG9WYXlabDFMY2ROd2drQVdZbjlBYS9jNHJNZ0hoSSs5UVJPVURPeGgiLCJtYWMiOiI4YWUyNTBhZTFmOWY4ZWY4NmRjMWM5MTRhMGMyYmVmOWFhOTk1NDQ4MjM4ZWY1ZWJmODU3ODZkMWUxOGI1NTE5IiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IkxWdUlFV0tWamFRbzFJMDVZMCs4ZFE9PSIsInZhbHVlIjoiUEp3SlZEM2hUWm1vRjRENGNERm1vVzlSa1BLQmhnTmZOT0V6T3FhTjB5UCtVR3BuY2h0RGRUMWNaQkMrSXNDSVFySjV6bzJCRExEMXVjY3VTRUczMzdzRDBPOTlkaURRMG5wVGwzWm51S3o5U0Q0RzREVGlrT2VRdHJOTVovejEiLCJtYWMiOiI1NzgyNGJkMjNhZmQxZjU3ZmMzNjFjMTJmNmY4YjcxZmJkMDUzY2Q1NzA5NTRlNjU3MzBhN2QwZmMyYWRmZTE4IiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/assignments/students
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/assignments/students" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/assignments/students"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6Inl1TW1FTGJRclFSZG5tOXBKTEFmVHc9PSIsInZhbHVlIjoielo5ajJubllabldtZHk1SFo0ZnF4c1dKK3lXU0VGRFVEZ1FQeXhrbXROYnBPWnRoY3B0MU9sNnhHRDRnNVpHNHo4MFNZekVXTko5NUQwUHo5TUx2V2JZR01OZUVtRDRhVzhqVlVKSEtYNTJDK2U0Ykx4K0RXQW9BK0lIVHhzZVciLCJtYWMiOiJkMDYzNjdhMmE5M2EyZDc3NzNlMjMxMjhlYzBkZTFjZWFjY2FhYTQ0M2Q5NjVkODVhNTkxMDc5ZTBjNWZiNTAyIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:08 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6ImttR0FCVFFHdjR0d3pDTDgySnd2d2c9PSIsInZhbHVlIjoiaXU0WFdKdUFJU1ZVT05mYmJTdjBtbG8xQkc0MXE1L0EzaWNHZVU3L29LSXpTM1hsdjhOc2xjTUhHb1R1cjMzb0VIclpuako1QWhHOHBxOUVjRy9LdHU0cDZqZGVWRlhGUThKRnc4SjJTUkRmbXZoUmRIejFPV0JtaUJBMVIxL0giLCJtYWMiOiI0ZjllMDM0NDdjZjZiNjMxOGQ5YmFlOGQ5YTk3YjZiYWJmYTBiMGFmOTIzNWQyYjc3MDI4ZDIwNmIxN2VkNjUwIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET api/development/instructor/assignments
Example request:
curl --request GET \
--get "https://lms.sapphitalgroup.net/api/development/instructor/assignments" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/assignments"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response => response.json());Example response (200):
Show headers
content-type: text/html; charset=UTF-8
cache-control: no-cache, private
access-control-allow-origin: *
set-cookie: XSRF-TOKEN=eyJpdiI6IlNwZm1Pbk16cVdCK3lMWXhZL0gwUnc9PSIsInZhbHVlIjoiS3BJS2ExTVpIc05iQ0pLYUJDUWp2UnhaeGZmUVlhU1FSRndOYzVyZW9CZ3FTbTBHa2xKaEF1cnVjRkFybEQ1cHUyREJQNFJ3eDI2UkxaVVJZdmQ5QVBoZmdDV3F6bzRXVTNpemcvY2UzR1JtYWJ0S0psaDVMQmI2YTdZUFpodkUiLCJtYWMiOiI0YWNiNDkyOThkY2JjNTZjOTQ0M2ZkZDhkZjk1MTg0Y2UzNTc5N2EzZWFkOTBlZTQ5NmM5NzM5ODVlMDRkYTVlIiwidGFnIjoiIn0%3D; expires=Mon, 23 Jun 2025 12:21:09 GMT; Max-Age=7200; path=/; samesite=lax; zehilms_session=eyJpdiI6IlViQWtyZDNlWktVOFZQSHpEMTQ2d1E9PSIsInZhbHVlIjoiK3lSOVNKVWphR2xjeGE2TnlVV0g1RTdaL1FlekhaY1RhWlVxU3lJODlWK1ptekg0YkxlU2UwRFZjVXAzcEp6THFBaFBiVEl6TXYyT0pKSTFiRUdqMEZNZHhZcmdITFIyd2p5MUU5d2R3clloemw4NWErSElvSWc0ZFhEdEQzWXQiLCJtYWMiOiI1NzM1OWRlYjZiNDJhOGFjODFkMDRjMTg3NTI4NjdhNTkxM2FiNjAwYjVjNzg5N2E1MmM5ODY1Mjc4NzcwNzhhIiwidGFnIjoiIn0%3D; path=/; httponly; samesite=lax
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- CSRF Token -->
<meta name="csrf-token" content="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name='robots' content="NOODP, nofollow, noindex">
<link rel='shortcut icon' type='image/x-icon' href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<link rel="manifest" href="/mix-manifest.json?v=4">
<meta name="theme-color" content="#FFF">
<!-- Windows Phone -->
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-TileColor" content="#FFF">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-title" content="NJI Digital Academy">
<link rel="apple-touch-icon" href="https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Android -->
<link rel='icon' href='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name="application-name" content="NJI Digital Academy">
<meta name="mobile-web-app-capable" content="yes">
<!-- Other -->
<meta name="layoutmode" content="fitscreen/standard">
<link rel="home" href="https://lms.sapphitalgroup.net">
<!-- Open Graph -->
<meta property='og:title' content='Page not found'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:title' content='Page not found'>
<meta property='og:site_name' content='https://lms.sapphitalgroup.net/NJI Digital Academy'>
<meta property='og:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta name='twitter:image' content='https://lms.sapphitalgroup.net/store/1/NJI Files/image_2024-12-15_110045975.png'>
<meta property='og:locale' content='https://lms.sapphitalgroup.net/en_US'>
<meta property='og:type' content='website'>
<title>Page not found | NJI Digital Academy</title>
<!-- General CSS File -->
<link rel="stylesheet" href="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.css">
<link rel="stylesheet" href="/assets/default/vendors/toast/jquery.toast.min.css">
<link rel="stylesheet" href="/assets/default/vendors/simplebar/simplebar.css">
<link rel="stylesheet" href="/assets/default/css/app.css">
<style>
.forum-question-section__img {
display: none !important;
}
div.col-md-7 > .px-10.px-md-25.py-25.p-md-50 {
flex: 0 0 100% !important;
max-width: 100% !important;
}
h1.text-white {
visibility: hidden; /* Hide the original text */
position: relative; /* Create a positioning context for the pseudo-element */
}
h1.text-white::before {
content: "Help Articles"; /* Replace the text */
visibility: visible; /* Make the pseudo-element text visible */
position: absolute; /* Position the text absolutely */
top: 50%; /* Vertically center the text */
left: 50%; /* Horizontally center the text */
transform: translate(-50%, -50%); /* Correct the centering offset */
font-size: inherit; /* Match the original font size */
color: inherit; /* Match the original text color */
text-align: center; /* Ensure proper alignment if multi-line */
}
@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/montserrat-regular.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/montserrat-bold.woff2) format('woff2');
}@font-face {
font-family: 'main-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/montserrat-medium.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/store/1/fonts/Vazir-Regular.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url(/store/1/fonts/Vazir-Bold.woff2) format('woff2');
}@font-face {
font-family: 'rtl-font-family';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(/store/1/fonts/Vazir-Medium.woff2) format('woff2');
}
:root{
--primary:#01a95a;
--primary-btn-color:#ffffff;
--primary-btn-color-hover:#ffffff;
--secondary:#01a95a;
--secondary-hover:#01a95a;
--secondary-btn-color:#b31717;
}
</style>
<style>
.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: #29d; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 2px; } .pace .pace-progress-inner { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -moz-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); -o-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity { display: block; position: fixed; z-index: 2000; top: 15px; right: 15px; width: 14px; height: 14px; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 10px; -webkit-animation: pace-spinner 400ms linear infinite; -moz-animation: pace-spinner 400ms linear infinite; -ms-animation: pace-spinner 400ms linear infinite; -o-animation: pace-spinner 400ms linear infinite; animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner { 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner { 0% { transform: rotate(0deg); transform: rotate(0deg); } 100% { transform: rotate(360deg); transform: rotate(360deg); } }
</style>
<script>
window.paceOptions = {
ajax: false, // disabled
document: false, // disabled
eventLag: false, // disabled
};
</script>
<script src="/assets/default/vendors/pace-loading/pace.min.js"></script>
</head>
<body class="">
<div id="app" class="">
<div class="top-navbar d-flex border-bottom">
<div class="container d-flex justify-content-between flex-column flex-lg-row">
<div class="top-contact-box border-bottom d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="d-flex align-items-center justify-content-between justify-content-md-center">
<div class="js-currency-select custom-dropdown position-relative">
<form action="/set-currency" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<input type="hidden" name="currency" value="NGN">
<div class="custom-dropdown-toggle d-flex align-items-center cursor-pointer">
<div class="mr-5 text-secondary">
<span class="js-lang-title font-14">NGN (₦)</span>
</div>
<i data-feather="chevron-down" class="icons" width="14px" height="14px"></i>
</div>
</form>
<div class="custom-dropdown-body py-10">
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer active" data-value="NGN" data-title="NGN (₦)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
₦
</div>
<span class="ml-5 font-14">Nigeria Naira</span>
</div>
</div>
<div class="js-currency-dropdown-item custom-dropdown-body__item cursor-pointer " data-value="USD" data-title="USD ($)">
<div class=" d-flex align-items-center w-100 px-15 py-5 text-gray bg-transparent">
<div class="size-32 position-relative d-flex-center bg-gray100 rounded-sm">
$
</div>
<span class="ml-5 font-14">United States Dollar</span>
</div>
</div>
</div>
</div>
<div class="mr-15 mx-md-20"></div>
<form action="/search" method="get" class="form-inline my-2 my-lg-0 navbar-search position-relative">
<input class="form-control mr-5 rounded" type="text" name="search" placeholder="Search..." aria-label="Search">
<button type="submit" class="btn-transparent d-flex align-items-center justify-content-center search-icon">
<i data-feather="search" width="20" height="20" class="mr-10"></i>
</button>
</form>
</div>
</div>
<div class="xs-w-100 d-flex align-items-center justify-content-between ">
<div class="d-flex">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-5 mx-lg-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex align-items-center ml-md-50">
<a href="/login" class="py-5 px-10 mr-10 text-dark-blue font-14">Login</a>
<a href="/register" class="py-5 px-10 text-dark-blue font-14">Register</a>
</div>
</div>
</div>
</div>
<div id="navbarVacuum"></div>
<nav id="navbar" class="navbar navbar-expand-lg navbar-light">
<div class="container">
<div class="d-flex align-items-center justify-content-between w-100">
<a class="navbar-brand navbar-order d-flex align-items-center justify-content-center mr-0 " href="/">
<img src="/store/1/NJI Files/NJI Logo New.png" class="img-cover" alt="site logo">
</a>
<button class="navbar-toggler navbar-order" type="button" id="navbarToggle">
<span class="navbar-toggler-icon"></span>
</button>
<div class="mx-lg-30 d-none d-lg-flex flex-grow-1 navbar-toggle-content " id="navbarContent">
<div class="navbar-toggle-header text-right d-lg-none">
<button class="btn-transparent" id="navbarClose">
<i data-feather="x" width="32" height="32"></i>
</button>
</div>
<ul class="navbar-nav mr-auto d-flex align-items-center">
<li class="mr-lg-25">
<div class="menu-category">
<ul>
<li class="cursor-pointer user-select-none d-flex xs-categories-toggle">
<i data-feather="grid" width="20" height="20" class="mr-10 d-none d-lg-block"></i>
Categories
<ul class="cat-dropdown-menu">
<li>
<a href="/categories/judicial-ethics" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Ethics and Conduct icon">
Judicial Ethics and Conduct
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/judicial-ethics/code-of-conduct">
<img src="/store/1/default_images/categories_icons/sub_categories/layout.png" class="cat-dropdown-menu-icon mr-10" alt="Code of Conduct icon">
Code of Conduct
</a>
</li>
<li>
<a href="/categories/judicial-ethics/ethical-decision-making">
<img src="/store/1/default_images/categories_icons/sub_categories/smartphone.png" class="cat-dropdown-menu-icon mr-10" alt="Ethical Decision Making icon">
Ethical Decision Making
</a>
</li>
<li>
<a href="/categories/judicial-ethics/public-trust">
<img src="/store/1/default_images/categories_icons/sub_categories/codesandbox.png" class="cat-dropdown-menu-icon mr-10" alt="Public Trust Building icon">
Public Trust Building
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/anchor.png" class="cat-dropdown-menu-icon mr-10" alt="ICT and Technology in Judiciary icon">
ICT and Technology in Judiciary
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/ict-tech-in-judiciary/efiling">
<img src="/store/1/default_images/categories_icons/sub_categories/users.png" class="cat-dropdown-menu-icon mr-10" alt="E-filing Systems icon">
E-filing Systems
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/virtual-court">
<img src="/store/1/default_images/categories_icons/sub_categories/share-2.png" class="cat-dropdown-menu-icon mr-10" alt="Virtual Court Platforms icon">
Virtual Court Platforms
</a>
</li>
<li>
<a href="/categories/ict-tech-in-judiciary/digital-evidence">
<img src="/store/1/default_images/categories_icons/sub_categories/target.png" class="cat-dropdown-menu-icon mr-10" alt="Digital Evidence Handling icon">
Digital Evidence Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/human-rights-fundamental" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Human Rights and Fundamental Freedoms icon">
Human Rights and Fundamental Freedoms
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/human-rights-fundamental/human-rights">
Human Rights Frameworks
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/protecting-groups">
Protecting Vulnerable Groups
</a>
</li>
<li>
<a href="/categories/human-rights-fundamental/freedom-of-expression">
Freedom of Expression
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/alternate-dispute-resolution" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Alternate Dispute Resolution (ADR) icon">
Alternate Dispute Resolution (ADR)
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/alternate-dispute-resolution/mediation-arbitration">
<img src="/store/1/default_images/categories_icons/sub_categories/sun.png" class="cat-dropdown-menu-icon mr-10" alt="Mediation and Arbitration icon">
Mediation and Arbitration
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/family-dispute-resolution">
<img src="/store/1/default_images/categories_icons/sub_categories/droplet.png" class="cat-dropdown-menu-icon mr-10" alt="Family Dispute Resolution icon">
Family Dispute Resolution
</a>
</li>
<li>
<a href="/categories/alternate-dispute-resolution/adr-agreements">
Enforcing ADR Agreements
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/criminal-law-justice" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Criminal Law and Justice icon">
Criminal Law and Justice
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/criminal-law-justice/trial-management-procedures">
Trial management Procedures
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/sentencing-guidelines">
Sentencing Guidelines Application
</a>
</li>
<li>
<a href="/categories/criminal-law-justice/cybercrime-case-handling">
Cybercrime Case Handling
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/electoral-law" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Law and Dispute Resolution icon">
Electoral Law and Dispute Resolution
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/electoral-law/election-act">
<img src="/store/1/default_images/categories_icons/sub_categories/divide-square.png" class="cat-dropdown-menu-icon mr-10" alt="Election Act Overview icon">
Election Act Overview
</a>
</li>
<li>
<a href="/categories/electoral-law/tribunal-petition">
<img src="/store/1/default_images/categories_icons/sub_categories/zap.png" class="cat-dropdown-menu-icon mr-10" alt="Tribunal Petition Processes icon">
Tribunal Petition Processes
</a>
</li>
<li>
<a href="/categories/electoral-law/electoral-integrity">
<img src="/store/1/default_images/categories_icons/sub_categories/globe.png" class="cat-dropdown-menu-icon mr-10" alt="Electoral Integrity Maintenance icon">
Electoral Integrity Maintenance
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/anti-corruption" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1/default_images/categories_icons/feather.png" class="cat-dropdown-menu-icon mr-10" alt="Anti-Corruption and Economic Crimes icon">
Anti-Corruption and Economic Crimes
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/anti-corruption/handling-money-laundering">
Handling Money Laundering
</a>
</li>
<li>
<a href="/categories/anti-corruption/asset-recovery">
Asset Recovery Strategies
</a>
</li>
<li>
<a href="/categories/anti-corruption/corruption-case">
Corruption Case Adjudication
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/legal-writing" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/auction.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Writing and Judgement Drafting icon">
Legal Writing and Judgement Drafting
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-writing/clarity-in-drafting">
Clarity in Drafting
</a>
</li>
<li>
<a href="/categories/legal-writing/legal-precedents">
Using Legal Precedents
</a>
</li>
<li>
<a href="/categories/legal-writing/error-free-proofreading">
Error Free Proofreading
</a>
</li>
</ul>
</li>
<li>
<a href="/categories/Case-Management-and-Court-Administration" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Case Management and Court Administration icon">
Case Management and Court Administration
</div>
</a>
</li>
<li>
<a href="/categories/judicial-training-programs" class="">
<div class="d-flex align-items-center">
<img src="/store/1075/training.png" class="cat-dropdown-menu-icon mr-10" alt="Judicial Training Programs icon">
Judicial Training Programs
</div>
</a>
</li>
<li>
<a href="/categories/legal-updates-training" class="js-has-subcategory">
<div class="d-flex align-items-center">
<img src="/store/1075/case-study.png" class="cat-dropdown-menu-icon mr-10" alt="Legal Updates and Specialized Training icon">
Legal Updates and Specialized Training
</div>
<i data-feather="chevron-right" width="20" height="20" class="d-none d-lg-inline-block ml-10"></i>
<i data-feather="chevron-down" width="20" height="20" class="d-inline-block d-lg-none"></i>
</a>
<ul class="sub-menu" data-simplebar >
<li>
<a href="/categories/legal-updates-training/recent-developments-law">
Recent Developments in Nigerian Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/international-best-practices-law">
International Best Practices in Law
</a>
</li>
<li>
<a href="/categories/legal-updates-training/human-rights-social">
Human Rights and Social Justice
</a>
</li>
<li>
<a href="/categories/legal-updates-training/anti-corruption-financial">
Anti Corruption and Financial Crimes
</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/classes?sort=newest">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/instructor-finder">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/forums">Forums</a>
</li>
</ul>
</div>
<div class="nav-icons-or-start-live navbar-order d-flex align-items-center justify-content-end">
<a href="/login" class="d-none d-lg-flex btn btn-sm btn-primary nav-start-a-live-btn">
Start learning
</a>
<a href="/login" class="d-flex d-lg-none text-primary nav-start-a-live-btn font-14">
Start learning
</a>
<div class="d-none nav-notify-cart-dropdown top-navbar">
<div class="dropdown">
<a href="/cart" class="btn btn-transparent">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarShopingCart">
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="h-100">
<div class="navbar-shopping-cart h-100" data-simplebar>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="shopping-cart" width="20" height="20" class="mr-10"></i>
<span class="">Your cart is empty</span>
</div>
</div>
</div>
</div>
</div>
<div class="border-left mx-15"></div>
<div class="dropdown">
<button type="button" class="btn btn-transparent dropdown-toggle" disabled id="navbarNotification" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
</button>
<div class="dropdown-menu pt-20" aria-labelledby="navbarNotification">
<div class="d-flex flex-column h-100">
<div class="mb-auto navbar-notification-card" data-simplebar>
<div class="d-md-none border-bottom mb-20 pb-10 text-right">
<i class="close-dropdown" data-feather="x" width="32" height="32" class="mr-10"></i>
</div>
<div class="d-flex align-items-center text-center py-50">
<i data-feather="bell" width="20" height="20" class="mr-10"></i>
<span class="">Empty notifications</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<section class="my-50 container text-center">
<div class="row justify-content-md-center">
<div class="col col-md-6">
<img src="/store/1/default_images/404.svg" class="img-cover " alt="">
</div>
</div>
<h2 class="mt-25 font-36">Page not found!</h2>
<p class="mt-25 font-16">Sorry, this page is not available...</p>
</section>
<footer class="footer bg-secondary position-relative user-select-none">
<div class="container">
<div class="row">
<div class="col-12">
<div class=" footer-subscribe d-block d-md-flex align-items-center justify-content-between">
<div class="flex-grow-1">
<strong>Join us today</strong>
<span class="d-block mt-5 text-white">#We will send the best deals and offers to your email.</span>
</div>
<div class="subscribe-input bg-white p-10 flex-grow-1 mt-30 mt-md-0">
<form action="/newsletters" method="post">
<input type="hidden" name="_token" value="VirVnlYWjcKz5U4UkCB2GOpjWV1WkEfAms1xswNm">
<div class="form-group d-flex align-items-center m-0">
<div class="w-100">
<input type="text" name="newsletter_email" class="form-control border-0 " placeholder="Enter your email here"/>
</div>
<button type="submit" class="btn btn-primary rounded-pill">Join</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="mt-40 border-blue py-25 d-flex align-items-center justify-content-between">
<div class="footer-logo">
<a href="/">
<img src="/store/1/NJI Files/NJI_Logo_Aspect_Ratio.png" class="img-cover" alt="footer logo">
</a>
</div>
<div class="footer-social">
<a href="https://www.instagram.com/" target="_blank">
<img src="/store/1/default_images/social/instagram.svg" alt="Instagram" class="mr-15">
</a>
<a href="https://web.whatsapp.com/" target="_blank">
<img src="/store/1/default_images/social/whatsapp.svg" alt="Whatsapp" class="mr-15">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="/store/1/default_images/social/twitter.svg" alt="Twitter" class="mr-15">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="/store/1/default_images/social/facebook.svg" alt="Facebook" class="mr-15">
</a>
</div>
</div>
</div>
<div class="footer-copyright-card">
<div class="container d-flex align-items-center justify-content-between py-15">
<div class="font-14 text-white">All rights are reserved for learning management system platform</div>
<div class="d-flex align-items-center justify-content-center">
<div class="d-flex align-items-center text-white font-14">
<i data-feather="phone" width="20" height="20" class="mr-10"></i>
+234 806 700000
</div>
<div class="border-left mx-5 mx-lg-15 h-100"></div>
<div class="d-flex align-items-center text-white font-14">
<i data-feather="mail" width="20" height="20" class="mr-10"></i>
hello@sapphital.com
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Template JS File -->
<script src="/assets/default/js/app.js"></script>
<script src="/assets/default/vendors/feather-icons/dist/feather.min.js"></script>
<script src="/assets/default/vendors/moment.min.js"></script>
<script src="/assets/default/vendors/sweetalert2/dist/sweetalert2.min.js"></script>
<script src="/assets/default/vendors/toast/jquery.toast.min.js"></script>
<script type="text/javascript" src="/assets/default/vendors/simplebar/simplebar.min.js"></script>
<div class="cookie-security-dialog p-20 bg-gray rounded-lg d-none" id="cookieSecurityDialog">
<h3 class="font-14 font-weight-bold text-white">Your privacy matters</h3>
<p class="mt-5 text-white font-12">Cookies and similar technologies are used on our sites to personalize content and ads. You can find further details and change your personal settings below. By clicking OK, or by clicking any content on our sites, you agree to the use of these cookies and similar technologies.</p>
<div class="mt-10 d-flex flex-wrap align-items-center">
<button type="button" class="js-accept-all-cookies btn btn-primary btn-sm flex-grow-1 mr-0 mr-md-5">Accept all cookies</button>
<button type="button" class="js-cookie-customize-settings btn btn-light btn-sm flex-grow-1 mt-10 mt-md-0">Customize settings</button>
</div>
</div>
<div id="cookieSecurityModal" class="d-none">
<h3 class="section-title after-line font-20 text-dark-blue mb-10">GDPR</h3>
<p class="mt-10 cookie-security-modal-description"><p>When you visit any of our websites, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and manage your preferences. Please note, that blocking some types of cookies may impact your experience of the site and the services we are able to offer.</p></p>
<form class="js-cookie-form-customize-inputs mt-25">
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="strictly_necessary" class="custom-control-input" id="cookieModalItemdDRjfkGvQfFzQJpa_record">
<label class="custom-control-label" for="cookieModalItemdDRjfkGvQfFzQJpa_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemdDRjfkGvQfFzQJpa_record">Strictly Necessary</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies are necessary for our website to function properly and cannot be switched off in our systems. They are usually only set in response to actions made by you that amount to a request for services, such as setting your privacy preferences, logging in or filling in forms, or where they’re essential to providing you with a service you have requested. You cannot opt out of these cookies. You can set your browser to block or alert you about these cookies, but if you do, some parts of the site will not then work. These cookies do not store any personally identifiable information.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="performance_cookies" class="custom-control-input" id="cookieModalItemmOzJowgvTnWFlRzz_record">
<label class="custom-control-label" for="cookieModalItemmOzJowgvTnWFlRzz_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemmOzJowgvTnWFlRzz_record">Performance Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site, which helps us optimize your experience. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not be able to use your data in this way.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="functional_cookies" class="custom-control-input" id="cookieModalItemXBMtdYaeSrqMicTH_record">
<label class="custom-control-label" for="cookieModalItemXBMtdYaeSrqMicTH_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXBMtdYaeSrqMicTH_record">Functional Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies enable the website to provide enhanced functionality and personalization. They may be set by us or by third-party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.</li>
</ul>
</div>
<div class="cookie-settings-modal-items-card mb-15">
<div class="form-group d-flex align-items-center mb-0">
<div class="custom-control custom-checkbox ">
<input type="checkbox" name="settings" value="targeting_cookies" class="custom-control-input" id="cookieModalItemXlLqzsvNpRqdcNWP_record">
<label class="custom-control-label" for="cookieModalItemXlLqzsvNpRqdcNWP_record"></label>
</div>
<label class="cursor-pointer font-14 text-gray mb-0 " for="cookieModalItemXlLqzsvNpRqdcNWP_record">Targeting Cookies</label>
<button type="button" class="js-cookie-settings-modal-items-help btn-transparent ml-15">
<i data-feather="help-circle" width="20" height="20" class="text-gray"></i>
</button>
</div>
<ul class="cookie-settings-modal-items-card__description">
<li class="font-12 text-gray">These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.</li>
</ul>
</div>
</form>
<div class="d-flex flex-wrap align-items-center mt-20 pt-15 border-top">
<button type="button" class="js-store-customize-cookies d-inline-flex d-md-none btn btn-primary btn-sm">Confirm</button>
<button type="button" class="js-store-customize-cookies d-none d-md-inline-flex btn btn-primary btn-sm">Confirm my choices</button>
<button type="button" class="js-accept-all-cookies d-inline-flex d-md-none btn btn-outline-primary btn-sm mx-15">Accept all</button>
<button type="button" class="js-accept-all-cookies d-none d-md-inline-flex btn btn-outline-primary btn-sm mx-15">Accept all cookies</button>
<button type="button" class="btn-transparent close-swl ml-auto font-14 text-danger">Cancel</button>
</div>
</div>
<script>
var oopsLang = 'Oops...';
var somethingWentWrongLang = 'Something went wrong...';
document.addEventListener('DOMContentLoaded', function() {
if (!getCookie('cookieConsent')) {
document.getElementById('cookieSecurityDialog').classList.remove('d-none');
}
document.querySelectorAll('.js-accept-all-cookies').forEach(function(button) {
button.addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
document.querySelector('.js-store-customize-cookies').addEventListener('click', function() {
setCookie('cookieConsent', 'true', 365);
document.getElementById('cookieSecurityDialog').classList.add('d-none');
});
});
function setCookie(name, value, days) {
var expires = "";
if (days) {
var date = new Date();
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
expires = "; expires=" + date.toUTCString();
}
document.cookie = name + "=" + (value || "") + expires + "; path=/";
}
function getCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
}
return null;
}
</script>
<script type="text/javascript" src="/assets/default/js/parts/cookie-security.min.js"></script>
<script>
var deleteAlertTitle = 'Are you sure?';
var deleteAlertHint = 'This action cannot be undone!';
var deleteAlertConfirm = 'Delete';
var deleteAlertCancel = 'Cancel';
var deleteAlertSuccess = 'Success';
var deleteAlertFail = 'Failed';
var deleteAlertFailHint = 'Error while deleting item!';
var deleteAlertSuccessHint = 'Item successfully deleted.';
var forbiddenRequestToastTitleLang = '"FORBIDDEN" Request';
var forbiddenRequestToastMsgLang = 'You not access to this content.';
</script>
<link href="/assets/default/vendors/flagstrap/css/flags.css" rel="stylesheet">
<script src="/assets/default/vendors/flagstrap/js/jquery.flagstrap.min.js"></script>
<script src="/assets/default/js/parts/top_nav_flags.min.js"></script>
<script src="/assets/default/js/parts/navbar.min.js"></script>
<script src="/assets/default/js/parts/main.min.js"></script>
<script>
document.querySelector('form[action="/blog"] input[name="search"]').placeholder = "Search for Help articles...";
</script>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
POST api/development/instructor/assignments/histories/{assignment_history}/rate
Example request:
curl --request POST \
"https://lms.sapphitalgroup.net/api/development/instructor/assignments/histories/suscipit/rate" \
--header "Content-Type: application/json" \
--header "Accept: application/json"const url = new URL(
"https://lms.sapphitalgroup.net/api/development/instructor/assignments/histories/suscipit/rate"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "POST",
headers,
}).then(response => response.json());Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.